MCPcopy Create free account
hub / github.com/Kitware/VTK / startTimer

Function startTimer

ThirdParty/libxml2/vtklibxml2/xmllint.c:408–412  ·  view source on GitHub ↗

* startTimer: call where you want to start timing */

Source from the content-addressed store, hash-verified

406 * startTimer: call where you want to start timing
407 */
408static void
409startTimer(void)
410{
411 gettimeofday(&begin, NULL);
412}
413
414/*
415 * endTimer: call where you want to stop timing and to print out a

Callers 4

streamFileFunction · 0.85
walkDocFunction · 0.85
parseAndPrintFileFunction · 0.85
xmllint.cFile · 0.85

Calls 1

gettimeofdayFunction · 0.85

Tested by

no test coverage detected