This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4b6881f9473 [fix](memory) Fix ThreadMemTrackerMgr consumer tracker
remove reserve memory (#40380)
add 16e3c78dbd2 [opt](cpu-profile) enable cpu profile in BE webui (#40330)
No new revisions were added by this update.
Summary of changes:
.licenserc.yaml | 1 +
LICENSE.txt | 10 +-
be/src/http/action/pprof_actions.cpp | 11 +-
be/src/http/default_path_handlers.cpp | 21 +-
be/src/util/pprof_utils.cpp | 4 +
be/src/vec/exec/scan/vfile_scanner.cpp | 2 +-
be/src/vec/exec/scan/vfile_scanner.h | 2 +-
build.sh | 4 +-
dist/LICENSE-dist.txt | 65 +-
tools/FlameGraph/README | 13 +
tools/FlameGraph/flamegraph.pl | 1302 ++++++++++++++++++++++++++++++++
tools/FlameGraph/stackcollapse-perf.pl | 435 +++++++++++
12 files changed, 1818 insertions(+), 52 deletions(-)
create mode 100644 tools/FlameGraph/README
create mode 100755 tools/FlameGraph/flamegraph.pl
create mode 100755 tools/FlameGraph/stackcollapse-perf.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]