CLOCKS_PER_SEC 174 gpu/command_buffer/client/cmd_buffer_helper.cc if (current_time - last_flush_time_ > kPeriodicFlushDelay * CLOCKS_PER_SEC) CLOCKS_PER_SEC 142 third_party/libxml/src/testSAX.c #ifndef CLOCKS_PER_SEC CLOCKS_PER_SEC 159 third_party/libxml/src/testSAX.c msec = ((end - begin) * 1000) / CLOCKS_PER_SEC; CLOCKS_PER_SEC 473 third_party/libxml/src/xmllint.c #ifndef CLOCKS_PER_SEC CLOCKS_PER_SEC 490 third_party/libxml/src/xmllint.c msec = ((end - begin) * 1000) / CLOCKS_PER_SEC; CLOCKS_PER_SEC 247 third_party/sqlite/src/tool/speedtest8.c printf("Total user CPU time: %15.3g secs\n", (tmsEnd.tms_utime - tmsStart.tms_utime)/(double)CLOCKS_PER_SEC ); CLOCKS_PER_SEC 248 third_party/sqlite/src/tool/speedtest8.c printf("Total system CPU time: %15.3g secs\n", (tmsEnd.tms_stime - tmsStart.tms_stime)/(double)CLOCKS_PER_SEC ); CLOCKS_PER_SEC 249 third_party/sqlite/src/tool/speedtest8.c printf("Total real time: %15.3g secs\n", (clkEnd -clkStart)/(double)CLOCKS_PER_SEC );