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

Function timerstart

samples/postprocessing_benchmark.cpp:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200#ifndef LIBRAW_WIN32_CALLS
201static struct timeval start, end;
202void timerstart(void) { gettimeofday(&start, NULL); }
203float timerend(void)
204{
205 gettimeofday(&end, NULL);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected