MCPcopy 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
4double 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_iiArithFindCmdMethod · 0.85
test_Timing1Method · 0.85
test_enteridMethod · 0.85

Calls 1

gettimeofdayFunction · 0.70

Tested by 3

test_iiArithFindCmdMethod · 0.68
test_Timing1Method · 0.68
test_enteridMethod · 0.68