Skip to content

Commit

Permalink
more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed May 22, 2024
1 parent f3730a4 commit 6c4afd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion godeltaprof/internal/pprof/delta_mutex.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ func (d *DeltaMutexProfiler) PrintCountCycleProfile(w io.Writer, countName, cycl
var locs []uint64
// todo add benchmark, compare how bad this is
// todo benchmark if precomputing hash is faster
//todo write a test for this
// todo write a test for this
// todo add same logic for heap + test
// todo add tests for all mutexes and block cases rwmutex, WaitGroup, Cond, chan, select, etc
d.m.resetAcc()
for _, r := range records {
entry := d.m.Lookup(r.Stack(), 0)
Expand Down

0 comments on commit 6c4afd9

Please sign in to comment.