Skip to content

Commit

Permalink
perf: profile generation
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Aug 9, 2023
1 parent cad7ad5 commit 5d0cd97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ledger/genprofile.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

./ledger --profile "bal.pprof" bal
./ledger --profile "reg.pprof" reg
./ledger --profile "print.pprof" print
./ledger --profile "bal.pprof" bal > /dev/null
./ledger --profile "reg.pprof" reg > /dev/null
./ledger --profile "print.pprof" print > /dev/null

rm default.pgo

Expand Down

0 comments on commit 5d0cd97

Please sign in to comment.