summaryrefslogtreecommitdiff
path: root/src/util/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profiler.h')
-rw-r--r--src/util/profiler.h1
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;
}
}