From ca3ebe345b56fd9fdc74b3cbf9b86a3f4cc4acca Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 24 Jan 2018 02:09:04 +0000 Subject: [PATCH] Deploy to GitHub Pages: 7ed48bd0c0f98b53df4588e8fdae73cd4c233f09 --- develop/doc/_sources/howto/optimization/cpu_profiling.md.txt | 3 +-- develop/doc/howto/optimization/cpu_profiling.html | 3 +-- .../doc_cn/_sources/howto/optimization/cpu_profiling.md.txt | 3 +-- develop/doc_cn/howto/optimization/cpu_profiling.html | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/develop/doc/_sources/howto/optimization/cpu_profiling.md.txt b/develop/doc/_sources/howto/optimization/cpu_profiling.md.txt index 1775374cf6..368af40cc7 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 1c4fe865f2..f04d192c25 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 1775374cf6..368af40cc7 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 9e1d908d73..8bdebcd710 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