From ca3ebe345b56fd9fdc74b3cbf9b86a3f4cc4acca Mon Sep 17 00:00:00 2001
From: Travis CI
| column | meaning | | — | — | | ncalls | the number of calls into a function | -| tottime | the total execution time of the function, not including the -execution time of other functions called by the function | +| tottime | the total execution time of the function, not including the execution time of other functions called by the function | | percall | tottime divided by ncalls | | cumtime | the total execution time of the function, including the execution time of other functions being called | | percall | cumtime divided by ncalls | diff --git a/develop/doc_cn/_sources/howto/optimization/cpu_profiling.md.txt b/develop/doc_cn/_sources/howto/optimization/cpu_profiling.md.txt index 1775374cf6e..368af40cc73 100644 --- a/develop/doc_cn/_sources/howto/optimization/cpu_profiling.md.txt +++ b/develop/doc_cn/_sources/howto/optimization/cpu_profiling.md.txt @@ -60,8 +60,7 @@ each column is as follows: | column | meaning | | --- | --- | | ncalls | the number of calls into a function | -| tottime | the total execution time of the function, not including the - execution time of other functions called by the function | +| tottime | the total execution time of the function, not including the execution time of other functions called by the function | | percall | tottime divided by ncalls | | cumtime | the total execution time of the function, including the execution time of other functions being called | | percall | cumtime divided by ncalls | diff --git a/develop/doc_cn/howto/optimization/cpu_profiling.html b/develop/doc_cn/howto/optimization/cpu_profiling.html index 9e1d908d73e..8bdebcd7105 100644 --- a/develop/doc_cn/howto/optimization/cpu_profiling.html +++ b/develop/doc_cn/howto/optimization/cpu_profiling.html @@ -280,8 +280,7 @@ each column is as follows:
| column | meaning | | — | — | | ncalls | the number of calls into a function | -| tottime | the total execution time of the function, not including the -execution time of other functions called by the function | +| tottime | the total execution time of the function, not including the execution time of other functions called by the function | | percall | tottime divided by ncalls | | cumtime | the total execution time of the function, including the execution time of other functions being called | | percall | cumtime divided by ncalls | -- GitLab