Skip to content

Commit

Permalink
docs: updated commands for profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Dec 17, 2024
1 parent dd462c9 commit 8926d5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/performance-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Total: 8435 samples
And -- more relevant -- with optimizations:

```
rm ../wfmash.prof
ctest --verbose -R wfmash-time-LPA
pprof --text ./bin/wfmash ../wfmash.prof
Using local file ./bin/wfmash.
Using local file ../wfmash.prof.
Expand All @@ -173,7 +175,9 @@ Total: 3754 samples
And for the 8 yeast genomes

```
wrk@napoli /export/local/home/wrk/iwrk/opensource/code/pangenome/wfmash/build [env]$ pprof --text ./bin/wfmash ../wfmash.prof
rm ../wfmash.prof
ctest --verbose -R wfmash-mapping-coverage-with-8-yeast-genomes-to-PAF
pprof --text ./bin/wfmash ../wfmash.prof
Using local file ./bin/wfmash.
Using local file ../wfmash.prof.
Total: 2910 samples
Expand Down

0 comments on commit 8926d5b

Please sign in to comment.