about summary refs log tree commit diff
path: root/src/librustc_data_structures/profiling.rs
AgeCommit message (Expand)AuthorLines
2020-04-22remove some extra }Cameron Taggart-30/+28
2020-04-22suggested rearrangement of the cfg if statementsCameron Taggart-32/+30
2020-04-21accept cfg_if suggestionCameron Taggart-17/+7
2020-04-21use cfg_if! and use FileSerializationSink for wasiCameron Taggart-38/+56
2020-04-20./x.py fmtCameron Taggart-6/+6
2020-04-20allow wasm32 compilation of librustc_data_structures/profiling.rsCameron Taggart-4/+11
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-03-21Return NonZeroU64 from ThreadId::as_u64.Thomas Bächler-2/+2
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-19Tune inliningJohn Kåre Alsaker-3/+6
2020-02-13add selfprofiling for new llvm passmanagerAndreas Jonson-0/+11
2020-02-10self-profile: Support arguments for generic_activities.Michael Woerister-34/+73
2020-01-24[self-profiler] Clean up `EventFilter`Wesley Wiser-7/+3
2020-01-24[self-profiler] Use `ThreadId::as_u64()` instead of transmuteWesley Wiser-7/+2
2020-01-17[self-profiler] Add example to `-Z help` to turn on query key recordingWesley Wiser-0/+2
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-33/+13
2020-01-11Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiserMazdak Farrokhzad-0/+6
2020-01-10Fix some rebasing fallout.Michael Woerister-3/+6
2020-01-10Run 'x.py fmt'.Michael Woerister-22/+7
2020-01-10self-profile: Fix issue with handling query blocking.Michael Woerister-0/+1
2020-01-10Initial support for recording query keys in self-profiling data.Michael Woerister-8/+38
2020-01-10self-profile: Switch to new approach for event_id generation that enables que...Michael Woerister-31/+160
2020-01-09Label unmarked timeJohn Kåre Alsaker-0/+6
2020-01-09More commentsJohn Kåre Alsaker-2/+6
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-92/+47
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-19/+210
2019-12-22Format the worldMark Rousskov-43/+28
2019-12-03Update measureme crate to 0.5.0.Michael Woerister-11/+8
2019-11-12Register queries with self profiler in rustc_interfaceMark Rousskov-0/+6
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-0/+315