Modified:
/CppCore.wiki
=======================================
--- /CppCore.wiki Tue Sep 15 05:40:03 2009
+++ /CppCore.wiki Tue Sep 15 16:44:02 2009
@@ -22,3 +22,20 @@
cd pymtcore
make test
}}}
+
+= Performances tests =
+In early stage, here is a rapid test:
+{{{
+============================================================
+[C++] Creating widgets structure (100 with 1000 childrens each)...
+[C++] Creation done in 1.97517800331
+[C++] Calling root.on_update()
+....................
+[C++] Calling done in 3.79873204231
+[PyMT] Creating widgets structure (100 with 1000 childrens each)...
+[PyMT] Creation done in 46.7580780983
+[PyMT] Calling root.on_update()
+....................
+[PyMT] Calling done in 4.99234318733
+============================================================
+}}}