Skip to content

Commit

Permalink
[add] Ignoring perf.data and also properly displaying perf report data
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 15, 2020
1 parent 334215f commit 42f8b5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build/*
.vscode
tests/vendor/*

# perf related
perf.data*


# fb infer static analysis
infer-out/*

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ perf-record-bench:
$(SHOW) perf record -g -o perf.data.td_add build/tests/histogram_benchmark --benchmark_min_time=10

perf-report-bench:
$(SHOW) perf report -g -i perf.data.td_add
$(SHOW) perf report -g 'graph,0.5,caller' -i perf.data.td_add

0 comments on commit 42f8b5a

Please sign in to comment.