about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-12-14 22:10:11 +0800
committerGitHub <noreply@github.com>2018-12-14 22:10:11 +0800
commit3e17988a537a5aaa4c02d8ba586b5cfe58c73aae (patch)
tree456d270a1c704a293883da8847b680969ca75356 /src/libstd/sys/unix/stack_overflow.rs
parentdadf7fcc2dc76dd90a9f5a4eea595cf7add8ffff (diff)
parent771e8b82af5921c52f2f6074196002f8a951f596 (diff)
downloadrust-3e17988a537a5aaa4c02d8ba586b5cfe58c73aae.tar.gz
rust-3e17988a537a5aaa4c02d8ba586b5cfe58c73aae.zip
Rollup merge of #56702 - wesleywiser:calc_total_time_stats, r=michaelwoerister
[self-profiler] Add column for percent of total time

Example output:

```
Self profiling results:

| Phase            | Time (ms)      | Time (%) | Queries        | Hits (%)
| ---------------- | -------------- | -------- | -------------- | --------
| Parsing          | 3              | 0.52     |                |
| Expansion        | 64             | 11.27    |                |
| TypeChecking     | 13             | 2.36     | 35208          | 90.77
| BorrowChecking   | 0              | 0.10     | 68             | 50.00
| Codegen          | 22             | 3.82     | 7362           | 75.12
| Linking          | 252            | 43.81    | 458            | 68.56
| Other            | 219            | 38.12    | 47372          | 56.84

Optimization level: No
Incremental: off

```

cc @michaelwoerister
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions