aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/funcvars.c
Commit message (Collapse)AuthorAgeFilesLines
* blogc: added hostmane template variableRafael G. Martins2019-02-031-0/+5
|
* blogc: optimized getrusage callsRafael G. Martins2019-02-021-7/+4
|
* blogc: do not add rusage vars if not supportedRafael G. Martins2019-02-021-0/+4
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-021-0/+47
this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.