about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/profiling.rs
AgeCommit message (Expand)AuthorLines
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-1/+1
2021-02-05Indicate change in RSS from start to end of pass in time-passes outputTyson Nottingham-14/+11
2021-01-29Indicate both start and end of pass RSS in time-passes outputTyson Nottingham-18/+38
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2020-11-03[self-profiling] Include the estimated size of each cgu in the profileWesley Wiser-0/+22
2020-10-24Upgrade to measureme 9.0.0Wesley Wiser-18/+4
2020-10-22Remove unused ProfileCategory.Camille GILLOT-11/+0
2020-09-20Use as_secs_f64 in profiling.rsest31-4/+1
2020-08-30mv compiler to compiler/mark-0/+643