MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / startTime

Function startTime

xs/sources/xsMemory.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void startTime(txSample* theSample)
118{
119 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &(theSample->time));
120}
121
122void stopTime(txSample* theSample)
123{

Callers 3

fxAllocateFunction · 0.85
fxCollectFunction · 0.85
fxSweepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected