summaryrefslogtreecommitdiffstats
path: root/commands/time.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
* run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* time command: Fix needed string lengthSascha Hauer2011-12-081-1/+1
* Add 'time' command to measure execution time of a commandSascha Hauer2011-08-031-0/+57