about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2014-01-31 08:51:59 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-04-01 15:12:20 +0100
commitbadffc570e1be6b675dcab7e21829bd029c46287 (patch)
tree1ad2427083f370a558314923d56b814ee34821a0 /include
parent3349aab14e5f1fcec410e888c13e268c4c6e823b (diff)
downloadklee-badffc570e1be6b675dcab7e21829bd029c46287.tar.gz
[include] Added documentation
Diffstat (limited to 'include')
-rw-r--r--include/klee/Internal/System/Time.h2
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();
   }
 }