MCPcopy Create free account
hub / github.com/Singular/Singular / SetTimerResolution

Function SetTimerResolution

kernel/oswrapper/timer.cc:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20STATIC_VAR double mintime = 0.5;
21
22void SetTimerResolution(int res)
23{
24 timer_resolution = (double) res;
25}
26
27void SetMinDisplayTime(double mtime)
28{

Callers 1

feOptActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected