From: Ian Jackson Date: Fri, 26 Jun 2009 23:49:33 +0000 (+0100) Subject: Show begin of XShmGetImage X-Git-Tag: 1.9.2~90^2~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=bbcbb52822264bc83cd2c10bc5c2408483b8acb7 Show begin of XShmGetImage --- diff --git a/pctb/pages.c b/pctb/pages.c index 9d9ca91..3effde5 100644 --- a/pctb/pages.c +++ b/pctb/pages.c @@ -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");