Author: tobias@masterthesis-vm
Branch: c8-efficient-serial-execution
Changeset: r2022:ea8cfda82123
Date: 2017-03-03 15:18 +0100
http://bitbucket.org/pypy/stmgc/changeset/ea8cfda82123/

Log:    Add names of duration events

diff --git a/c8/stmgc.h b/c8/stmgc.h
--- a/c8/stmgc.h
+++ b/c8/stmgc.h
@@ -595,8 +595,13 @@
     "gc minor start",                           \
     "gc minor done",                            \
     "gc major start",                           \
-    "gc major done"
-    /* TODO names for new duration events */
+    "gc major done",                            \
+    /* names of duration events */              \
+    "duration of write slowpath",               \
+    "duration of validation",                   \
+    "duration of commit",                       \
+    "duration of minor gc",                     \
+    "duration of major gc"
 
 /* The markers pushed in the shadowstack are an odd number followed by a
    regular object pointer. */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to