Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
static struct timeval start, end;
202
void timerstart(void) { gettimeofday(&start, NULL); }
203
float timerend(void)
204
{
205
gettimeofday(&end, NULL);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected