Searched refs:performanceCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1844 LARGE_INTEGER performanceCount; local
1851 ok = QueryPerformanceCounter(&performanceCount);
1854 quadCount = performanceCount.QuadPart;

Completed in 134 milliseconds