Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
STATIC_VAR double mintime = 0.5;
21
22
void SetTimerResolution(int res)
23
{
24
timer_resolution = (double) res;
25
}
26
27
void SetMinDisplayTime(double mtime)
28
{
Callers
1
feOptAction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected