Skip to content

Commit fe01e87

Browse files
committed
README: Mention wallclock profiling
1 parent 1a39dbb commit fe01e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fgprof is a sampling [Go](https://golang.org/) profiler that allows you to analy
88

99
Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler.
1010

11-
fgprof is designed for analyzing applications with mixed I/O and CPU workloads.
11+
fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.
1212

1313
## Quick Start
1414

0 commit comments

Comments
 (0)