Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blogc: rusage: added tests, fixed minor issue | Rafael G. Martins | 2019-02-10 | 1 | -1/+3 |
| | |||||
* | blogc: optimized getrusage calls | Rafael G. Martins | 2019-02-02 | 1 | -4/+3 |
| | |||||
* | blogc: fix rusage macro | Rafael G. Martins | 2019-02-02 | 1 | -2/+6 |
| | |||||
* | blogc: do not add rusage vars if not supported | Rafael G. Martins | 2019-02-02 | 1 | -0/+10 |
| | |||||
* | blogc: added template variables for memory and cpu time resource usage | Rafael G. Martins | 2019-02-02 | 1 | -0/+21 |
this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements. |