chiark / gitweb /
Show begin of XShmGetImage
[ypp-sc-tools.db-test.git] / pctb / pages.c
index 9d9ca917671721be5335c260e9bb98bd727aa64b..3effde51ce9e7f1bcad338c2f4584b9a4dc73ac1 100644 (file)
@@ -243,6 +243,7 @@ static void snapshot(Snapshot **output) {
 
   double begin= timestamp();
   if (shmim) {
+    rtimestamp(&begin, "XShmGetImage before");
     xassert( XShmGetImage(disp,id,shmim, 0,0, AllPlanes) );
     rtimestamp(&begin, "XShmGetImage");