diff options
| author | aura <nw@moneybot.cc> | 2026-07-26 02:10:23 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-07-26 02:10:23 +0200 |
| commit | 2cd0e46e450c89db5e7eac1a02e28000256db1d8 (patch) | |
| tree | 8945ac8fdc33e1fb533acf8fc47a7bb7cbd49d5e /src | |
| parent | e86a60e6c7475819f99bb042793a7ad568368e2f (diff) | |
opps
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/profiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/profiler.h b/src/util/profiler.h index 334ad62..05e4b0c 100644 --- a/src/util/profiler.h +++ b/src/util/profiler.h @@ -133,6 +133,7 @@ inline void __profiler_intern_trace() { dlog( "======== [ profiler trace ] ==========\n" ); while( entry ) { dlog( "%s [0x%llx]\n", entry->name, entry->ptr ); + entry = entry->parent; } } |
