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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
util
/
profiling.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-25
Make JSON output from -Zprofile-json valid
Mark Rousskov
-1
/
+1
2018-11-25
Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebank
Pietro Albini
-2
/
+15
2018-11-24
[Windows] Work around non-monotonic clocks in the self-profiler
Wesley Wiser
-2
/
+15
2018-11-19
Fix json output in the self-profiler
Wesley Wiser
-2
/
+13
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-02
Generate self-profiler types with macros
Wesley Wiser
-130
/
+91
2018-08-02
Fix tidy
Wesley Wiser
-12
/
+25
2018-08-02
Remove some dead code
Wesley Wiser
-17
/
+1
2018-08-02
Include additional data in the json output
Wesley Wiser
-2
/
+11
2018-08-02
Include query hits/totals
Wesley Wiser
-3
/
+10
2018-08-02
Refactor json printing
Wesley Wiser
-35
/
+21
2018-08-02
First pass at json output
Wesley Wiser
-0
/
+45
2018-08-02
Remove redundant s in output
Wesley Wiser
-1
/
+1
2018-08-02
Switch to markdown output
Wesley Wiser
-12
/
+15
2018-08-02
Add units to times
Wesley Wiser
-1
/
+1
2018-08-02
Basic incremental stats
Wesley Wiser
-7
/
+40
2018-08-02
Basic profiling
Wesley Wiser
-0
/
+207