This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Measuring system call times, elapsed and cpu


Mike Mason wrote:
> Now that I think about it some more, utime and stime aren't fine
> grained enough.  They're only updated every timer tick.  Is there
> some other way to measure real cpu time between function entry and
> exit?

CFS offers better precision through task_utime() and task_stime(), but
those don't appear to be exported.

Josh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]