Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ Time
Function
Time
tests/Singular/utils.cpp:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"utils.hpp"
3
4
double Time ()
5
{
6
struct timeval tv;
7
gettimeofday (&tv, NULL);
8
9
return tv.tv_sec + (tv.tv_usec / 1.0e6);
10
}
11
Callers
3
test_iiArithFindCmd
Method · 0.85
test_Timing1
Method · 0.85
test_enterid
Method · 0.85
Calls
1
gettimeofday
Function · 0.70
Tested by
3
test_iiArithFindCmd
Method · 0.68
test_Timing1
Method · 0.68
test_enterid
Method · 0.68