Skip to content

Commit e345542

Browse files
Merge pull request iovisor#4049 from Rtoax/patch-17-funcinterval.8-x
Remove executable permission for 'funcinterval.8'.
2 parents 45f5df4 + 8e608ed commit e345542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/man8/funcinterval.8

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tool times interval between the same function as a histogram.
88

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

0 commit comments

Comments
 (0)