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: Meeting minutes 20060727


Jose R. Santos writes:

[...] Gui Jian is currently working to implement this and his results are encouraging. [...]

Here are the results of different timing functions mentioned above.
I used a multi-thread(8 threads) app which calls getsid() in a loop
running on a 4-way ppc64 box. The kernel is 2.6.17.7 and CONFIG_CPU_FREQ is set.


We tried to use different timing functions in LKET. The numbers are average microseconds for each getsid() in all cpus.

--------------
             (do_gettimeofday)  (get_cycles)  (_stp_gettimeofday_us)

original LKET: 4216 4045 (-4.05%) 4276 (+1.42%)

no data transfer: 3677 3526 (-4.10%) 3769 (+2.52%)


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