|
Lolly 1.4.28
|
Classes | |
| class | args |
| struct | shared_lib_rep |
Functions | |
| shared_lib | load_shared_library (string name, url path) |
| RESOURCE (shared_lib) | |
| int | call (string cmd) |
| int | check_output (string s, string &result, bool stderr_only, int64_t timeout) |
| int | check_stdout (string cmd, string &result) |
| int | check_stderr (string cmd, string &result) |
| void | timer_start (string task) |
| void | timer_cumul (string task) |
| void | timer_reset (string task) |
| void | bench_print (tm_ostream &ostream, string task, uint32_t threshold) |
| static array< string > | collect (hashmap< string, uint32_t > h) |
| void | bench_print (tm_ostream &ostream) |
Variables | |
| static hashmap< string, uint32_t > | timing_level (0) |
| static hashmap< string, uint32_t > | timing_nr (0) |
| static hashmap< string, uint32_t > | timing_cumul (0) |
| static hashmap< string, uint32_t > | timing_last (0) |
Definition at line 28 of file shared_lib.cpp.
| lolly::system::RESOURCE | ( | shared_lib | ) |
| int lolly::system::call | ( | string | cmd | ) |
Definition at line 31 of file subprocess.cpp.
Definition at line 57 of file subprocess.cpp.
Definition at line 23 of file subprocess.hpp.
Definition at line 27 of file subprocess.hpp.
| void lolly::system::bench_print | ( | tm_ostream & | ostream, |
| string | task, | ||
| uint32_t | threshold ) |
Definition at line 71 of file timer.cpp.
| void lolly::system::bench_print | ( | tm_ostream & | ostream | ) |
Definition at line 81 of file timer.cpp.