Skip to content

Commit

Permalink
Merge pull request iovisor#4049 from Rtoax/patch-17-funcinterval.8-x
Browse files Browse the repository at this point in the history
Remove executable permission for 'funcinterval.8'.
  • Loading branch information
davemarchevsky committed Jun 14, 2022
2 parents 45f5df4 + 8e608ed commit e345542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/man8/funcinterval.8
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This tool times interval between the same function as a histogram.

eBPF/bcc is very suitable for platform performance tuning.
By funclatency, we can profile specific functions to know how latency
this function costs. However, sometimes performance drop is not about the
this function costs. However, sometimes performance drop is not about the
latency of function but the interval between function calls.
funcinterval is born for this purpose.

Expand Down

0 comments on commit e345542

Please sign in to comment.