DescriptionAdd some histograms to the D-Bus library:
- DBus.SyncMethodCallTime: time spent to perform synchronos method calls
- DBus.AsyncMethodCallTime: time spent to perform asynchronos method calls
- DBus.SyncMethodCallSuccess: success ratio of synchronous method calls
- DBus.AsyncMethodCallSuccess: success ratio of asynchronous method calls
- DBus.ExportedMethodHandleTime: time spent to handle calls to export methods
- DBus.ExportedMethodHandleSuccess: success ratio of the exported method calls
- DBus.SignalHandleTime: time spent to handle signals
- DBus.SignalSendTime: time spent to send signals
BUG=chromium:90036
TEST=dbus_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99811
Patch Set 1 #
Total comments: 9
Patch Set 2 : constants #Patch Set 3 : rate->ratio #
Messages
Total messages: 5 (0 generated)
|