__call__ (
service,
key,
event,
info,
elapsed=None,
processor=None,
)
event occurred for timer key of service
event is the name of the corresponding ITimer method that was
called. Only "stop" and "resume" events supply the elapsed
and processor measurements, corresponding to elapsed and CPU
timings, respectively.
|