spielwiese
Last change
on this file since 6ce030f was
2617dd5,
checked in by Kai Krüger <krueger@…>, 14 years ago
|
Added examples for cppunit tests. call make test to build and run them.
git-svn-id: file:///usr/local/Singular/svn/trunk@12434 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
138 bytes
|
Line | |
---|
1 | |
---|
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 | |
---|
Note: See
TracBrowser
for help on using the repository browser.