Aleksandr Efimov has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24381
Change subject: IMPALA-12955: Split RuntimeProfile sources ...................................................................... IMPALA-12955: Split RuntimeProfile sources Move archive, serialization, and periodic-counter RuntimeProfile code out of runtime-profile.cc into separate translation units. This is a mechanical split to make the follow-on profile-tool dependency reduction easier to review. The full Util target still links all pieces, so behavior and dependencies are unchanged. Tests: git diff --cached --check Generated-by: OpenAI Codex Change-Id: If37aee20eb2dc4e9b140908543426860415cf306 --- M be/src/util/CMakeLists.txt A be/src/util/runtime-profile-archive.cc A be/src/util/runtime-profile-periodic.cc A be/src/util/runtime-profile-serialization.cc M be/src/util/runtime-profile.cc 5 files changed, 368 insertions(+), 265 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/24381/1 -- To view, visit http://gerrit.cloudera.org:8080/24381 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If37aee20eb2dc4e9b140908543426860415cf306 Gerrit-Change-Number: 24381 Gerrit-PatchSet: 1 Gerrit-Owner: Aleksandr Efimov <[email protected]>
