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]

about systemtap cost


Which case would cost more in runtime?

1. run "stap xyz.stp" which contains:

probe X {
    # do sth
}
probe Y {
    # do sth
}
probe Z {
    # do sth
}

2. run "stap x.stap" which contains:
probe X {
    # do sth
}

then, run "stap y.stap" which contains:
probe Y {
    # do sth
}

then, run "stap z.stap" which contains:
probe Z {
    # do sth
}



-- 
Gareth

Cloud Computing, OpenStack, Distributed Storage, Fitness, Basketball
OpenStack contributor, kun_huang@freenode
My promise: if you find any spelling or grammar mistakes in my email
from Mar 1 2013, notify me
and I'll donate $1 or ï1 to an open organization you specify.


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