aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_profile.c
AgeCommit message (Collapse)Author
2015-08-20Initial profiling implementation.Peter Seebach
A partially-implemented profiler for client time, which basically just inserts (optional) gettimeofday calls in various places and stashes data in a flat file containing one data block per pid. Signed-off-by: Peter Seebach <peter.seebach@windriver.com>