aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/funcvars.h
Commit message (Collapse)AuthorAgeFilesLines
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-101-1/+1
|
* blogc: optimized getrusage callsRafael G. Martins2019-02-021-1/+1
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-021-0/+19
this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.