ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

ftrace: Note in documentation that `window` is inclusive #225

Closed bjackman closed 7 years ago

bjackman commented 7 years ago

window is inclusive: https://github.com/ARM-software/trappy/blob/master/trappy/ftrace.py#L197

I don't think this matters in practice when using traces off Linux targets, but while working on a test with a synthetic time-series I needed to know.