Author: Tobias Weber <[email protected]>
Branch: c8-tcp-style-trx-length
Changeset: r2141:2828bbba12a4
Date: 2017-07-29 11:25 +0200
http://bitbucket.org/pypy/stmgc/changeset/2828bbba12a4/
Log: Merge warm up complete event
diff --git a/c8/stmgc.h b/c8/stmgc.h
--- a/c8/stmgc.h
+++ b/c8/stmgc.h
@@ -583,6 +583,8 @@
STM_GC_MAJOR_DONE,
/* execution duration profiling events */
+ STM_WARMUP_COMPLETE,
+
STM_DURATION_START_TRX,
STM_DURATION_WRITE_GC_ONLY,
STM_DURATION_WRITE_SLOWPATH,
@@ -613,6 +615,7 @@
"gc major start", \
"gc major done", \
/* names of duration events */ \
+ "marks completion of benchmark warm up phase" \
"duration of transaction start", \
"duration of gc due to write", \
"duration of write slowpath", \
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit