summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index 99caa29..bcb118c 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -92,7 +92,7 @@ class Runtime {
// Detaches the current native thread from the runtime.
void DetachCurrentThread();
- void DumpStatistics(std::ostream& os);
+ void Dump(std::ostream& os);
~Runtime();