doc: minor fix for library/profile (GH-761)

This commit is contained in:
INADA Naoki 2017-03-22 16:56:36 +09:00 committed by GitHub
parent 75b6cf879f
commit bd3d8ba3b2

View file

@ -85,11 +85,11 @@ next line: ``Ordered by: standard name``, indicates that the text string in the
far right column was used to sort the output. The column headings include: far right column was used to sort the output. The column headings include:
ncalls ncalls
for the number of calls, for the number of calls.
tottime tottime
for the total time spent in the given function (and excluding time made in for the total time spent in the given function (and excluding time made in
calls to sub-functions) calls to sub-functions)
percall percall
is the quotient of ``tottime`` divided by ``ncalls`` is the quotient of ``tottime`` divided by ``ncalls``