index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_data_structures
/
profiling.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-22
remove some extra }
Cameron Taggart
-30
/
+28
2020-04-22
suggested rearrangement of the cfg if statements
Cameron Taggart
-32
/
+30
2020-04-21
accept cfg_if suggestion
Cameron Taggart
-17
/
+7
2020-04-21
use cfg_if! and use FileSerializationSink for wasi
Cameron Taggart
-38
/
+56
2020-04-20
./x.py fmt
Cameron Taggart
-6
/
+6
2020-04-20
allow wasm32 compilation of librustc_data_structures/profiling.rs
Cameron Taggart
-4
/
+11
2020-04-05
Stop importing int/float modules in librustc_*
Linus Färnstrand
-1
/
+0
2020-03-21
Return NonZeroU64 from ThreadId::as_u64.
Thomas Bächler
-2
/
+2
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-19
Tune inlining
John Kåre Alsaker
-3
/
+6
2020-02-13
add selfprofiling for new llvm passmanager
Andreas Jonson
-0
/
+11
2020-02-10
self-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 transmute
Wesley Wiser
-7
/
+2
2020-01-17
[self-profiler] Add example to `-Z help` to turn on query key recording
Wesley Wiser
-0
/
+2
2020-01-11
use winapi for non-stdlib Windows bindings
Andy Russell
-33
/
+13
2020-01-11
Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser
Mazdak Farrokhzad
-0
/
+6
2020-01-10
Fix some rebasing fallout.
Michael Woerister
-3
/
+6
2020-01-10
Run 'x.py fmt'.
Michael Woerister
-22
/
+7
2020-01-10
self-profile: Fix issue with handling query blocking.
Michael Woerister
-0
/
+1
2020-01-10
Initial support for recording query keys in self-profiling data.
Michael Woerister
-8
/
+38
2020-01-10
self-profile: Switch to new approach for event_id generation that enables que...
Michael Woerister
-31
/
+160
2020-01-09
Label unmarked time
John Kåre Alsaker
-0
/
+6
2020-01-09
More comments
John Kåre Alsaker
-2
/
+6
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-92
/
+47
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-19
/
+210
2019-12-22
Format the world
Mark Rousskov
-43
/
+28
2019-12-03
Update measureme crate to 0.5.0.
Michael Woerister
-11
/
+8
2019-11-12
Register queries with self profiler in rustc_interface
Mark Rousskov
-0
/
+6
2019-11-12
Move self-profile infrastructure to data structures
Mark Rousskov
-0
/
+315