Closed GoogleCodeExporter closed 9 years ago
To clarify, we ultimately want to support a trace like this:
(event, memory footprint)
allocate 5
process 100
send 100
cleanup 110
exit 5
Or this:
(event, net bytes sent)
start 0
login 0
send 15
receive 115
logout -85
exit -60
It's important to note that the code currently orders events in a trace by
basically sorting the metrics, ignoring the order they show up in the log. To
allow decreases in performance metrics, we'll need to change this so that trace
events are ordered by log position.
Original comment by tonyohm...@gmail.com
on 4 Feb 2014 at 12:22
Original comment by tonyohm...@gmail.com
on 24 Feb 2014 at 1:18
Original issue reported on code.google.com by
tonyohm...@gmail.com
on 3 Feb 2014 at 7:58