MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / timerstart

Function timerstart

samples/dcraw_emu.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162#ifndef LIBRAW_WIN32_CALLS
163static struct timeval start, end;
164void timerstart(void) { gettimeofday(&start, NULL); }
165void timerprint(const char *msg, const char *filename)
166{
167 gettimeofday(&end, NULL);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected