diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-01-31 08:51:59 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-04-01 15:12:20 +0100 |
commit | badffc570e1be6b675dcab7e21829bd029c46287 (patch) | |
tree | 1ad2427083f370a558314923d56b814ee34821a0 | |
parent | 3349aab14e5f1fcec410e888c13e268c4c6e823b (diff) | |
download | klee-badffc570e1be6b675dcab7e21829bd029c46287.tar.gz |
[include] Added documentation
-rw-r--r-- | include/klee/Internal/System/Time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/klee/Internal/System/Time.h b/include/klee/Internal/System/Time.h index 5229c8c9..a926a25c 100644 --- a/include/klee/Internal/System/Time.h +++ b/include/klee/Internal/System/Time.h @@ -12,7 +12,9 @@ namespace klee { namespace util { + // Returns the current time spent by the process in userland in seconds double getUserTime(); + // Returns the current wall time in seconds double getWallTime(); } } |