Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
static struct timeval start, end;
164
void timerstart(void) { gettimeofday(&start, NULL); }
165
void timerprint(const char *msg, const char *filename)
166
{
167
gettimeofday(&end, NULL);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected