Skip to content

libs/utils/trace: add support for normalize_time

Darryl Green requested to merge github/fork/JaviMerino/fix_57 into master

Created by: JaviMerino

Pass normalize_time down to trappy. Sometimes it's useful to have the same time between kernelshark and trappy. Trappy supports this with normalize_time but the Trace class doesn't allow you to specify it. Let Trace accept this parameter and pass it down to trappy.

close #57 (closed)

Merge request reports