summary refs log tree commit diff
path: root/src/librustc_data_structures/profiling.rs
AgeCommit message (Collapse)AuthorLines
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
The single dependency on queries (QueryName) can be fairly easily abstracted via a trait and this further decouples Session from librustc (the primary goal).