Skip to content

ftrace: Note in documentation that `window` is inclusive

Darryl Green requested to merge github/fork/bjackman/doc-inclusive into master

Created by: bjackman

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.

Merge request reports