Skip to content

Commit

Permalink
Remove executable permissions and extra spaces for "funcinterval.8".
Browse files Browse the repository at this point in the history
  • Loading branch information
Rtoax committed Jun 14, 2022
1 parent 45f5df4 commit 8e608ed
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 8e608ed

Please sign in to comment.