diff --git a/develop/doc/_sources/howto/optimization/cpu_profiling.md.txt b/develop/doc/_sources/howto/optimization/cpu_profiling.md.txt index 1775374cf6e518586c28bbd8e04946c74df7e4c5..368af40cc7308cf6f4c609361078fe3ba02213ed 100644 --- a/develop/doc/_sources/howto/optimization/cpu_profiling.md.txt +++ b/develop/doc/_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/howto/optimization/cpu_profiling.html b/develop/doc/howto/optimization/cpu_profiling.html index 1c4fe865f27470c3ce149b1873b5a20ba0d9aac5..f04d192c2559d9e623b08f02cab52bf2a38cbaa5 100644 --- a/develop/doc/howto/optimization/cpu_profiling.html +++ b/develop/doc/howto/optimization/cpu_profiling.html @@ -261,8 +261,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/_sources/howto/optimization/cpu_profiling.md.txt b/develop/doc_cn/_sources/howto/optimization/cpu_profiling.md.txt index 1775374cf6e518586c28bbd8e04946c74df7e4c5..368af40cc7308cf6f4c609361078fe3ba02213ed 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 9e1d908d73ef4947d26945558d2cbfe3b0179328..8bdebcd71058c0eccffad38a83c44557e969081d 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 |