Skip to content

Commit 9d2868c

Browse files
committed
Update versions
1 parent dfd6c76 commit 9d2868c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

truffle/docs/Profiling.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ You probably want to use a sampling delay with `--cpusampler.Delay=MILLISECONDS`
2626

2727
See `language-launcher --help:tools` for more `--cpusampler` options.
2828

29-
### Getting compilation data from the CPU Sampler
29+
### Getting Compilation Data from the CPU Sampler
3030

31-
Since version 21.3.0 the CPU sampler CLI output was simplified to not include information about time spent in compiled code. This was, at least in part, motivated by the introduction of multi-tier compilation where "compiled code" was not descriptive enough.
31+
The CPU sampler does not show information about time spent in compiled code.
32+
This was, at least in part, motivated by the introduction of multi-tier compilation where "compiled code" was not descriptive enough.
3233
Using the `--cpusampler.ShowTiers` option allows users to control whether they wish to see compilation data at all, as well as to specify exactly which compilation tiers should be considered in the report.
3334
For example, adding `--cpusampler.ShowTiers=true` will show all the compilation tiers encountered during execution as shown bellow.
3435

0 commit comments

Comments
 (0)