diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:00:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:00:00 +0000 |
commit | eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f (patch) | |
tree | 5171ebc934d3017789e207a6ce10f9627acc5b8c /winsup/utils/ssp.txt | |
parent | 3c952fed3fecfe6aec09d07a5cbad293970da0a0 (diff) | |
download | cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.gz cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.bz2 cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.zip |
Cleanup formatting on some files. Remove excessive whitespace.
Diffstat (limited to 'winsup/utils/ssp.txt')
-rw-r--r-- | winsup/utils/ssp.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/utils/ssp.txt b/winsup/utils/ssp.txt index 513767f45..e73880e90 100644 --- a/winsup/utils/ssp.txt +++ b/winsup/utils/ssp.txt @@ -19,7 +19,7 @@ section. Let's say we're profiling cygwin1.dll. Make sure you've built it with debug symbols (else gprof won't run) and run objdump like this: - objdump -h cygwin1.dll + objdump -h cygwin1.dll It will print a report like this: @@ -63,8 +63,8 @@ the first part of the report reports the amount of time spent in each function, like this: Each sample counts as 0.01 seconds. - % cumulative self self total - time seconds seconds calls ms/call ms/call name + % cumulative self self total + time seconds seconds calls ms/call ms/call name 10.02 231.22 72.43 46 1574.57 1574.57 strcspn 7.95 288.70 57.48 130 442.15 442.15 strncasematch |