chore: 删除 #1293 临时逐 term profiling 埋点(#1292 收尾) - #1301
Merged
TATP-233 merged 1 commit intoAug 25, 2026
Merged
Conversation
…seout) The PROFILING_TEMP hooks from #1293 served their purpose (hot-term report in #1293 (comment)) and are removed now that #1294/#1295/#1296 are merged. Removes src/unilab/utils/term_profiling.py, its tests, the utils whitelist entry, and all call sites; no functional change to manager logic.
This was referenced Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1292.
#1293 的 PROFILING_TEMP 埋点已完成使命(热点报告:#1293 (comment) ),#1294/#1295/#1296 均已合入,按约定删除:
src/unilab/utils/term_profiling.py、tests/utils/test_term_profiling.py、utils 白名单条目ManagerBasedRlEnv._load_managers的全部挂点(grep -r PROFILING_TEMP已清零)Validation:
make test-all本地通过(远程 CI 按本次工作流约定跳过等待)。