Sourceware Bugzilla – Attachment 804 Details for
Bug 2060
improve translated C code to reduce compile & run time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my test case
sys.stp (text/plain), 328 bytes, created by
Martin Hunt
on 2005-12-15 18:10:00 UTC
(
hide
)
Description:
my test case
Filename:
MIME Type:
Creator:
Martin Hunt
Created:
2005-12-15 18:10:00 UTC
Size:
328 bytes
patch
obsolete
>global called, ttime > >probe kernel.syscall.* { > if (execname() == "top") > called[name] = gettimeofday_us() >} >probe kernel.syscall.*.return { > if (execname() == "top") > ttime[name] += gettimeofday_us() - called[name] >} > >probe end { > foreach ([n] in ttime-) > printf("%s took %d usecs\n", n, ttime[n]) >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2060
: 804