0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. pytorch
  2. /
  3. torch_npu
  4. /
  5. profiler
  6. /
  7. analysis
  8. /
  9. prof_view
  10. /
  11. cann_parse
ascend-robotascend-robotprofiler use local time, not utc
9a268d77创建于 2025年9月16日历史提交
文件最后提交记录最后更新时间
__init__.py
!7521 Improve Profiler Analyse Performance Part 1 Merge pull request !7521 from 周先琪/master 2 年前
_cann_analyze.py
!24016 [feature-master] profiler analyse optim Merge pull request !24016 from tangmengcheng/profiler_analysis_optimaze_master_0812 9 个月前
_cann_export.py
profiler use local time, not utc Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: merge master into master profiler use local time, not utc Created-by: hhz0 Commit-by: hehongzhe Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** > Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line: > > /kind bug > /kind task > /kind feature **What does this PR do / why do we need it**: pytorch profiler采集解析所用到的时间使用本地时间,不转化为utc时间,与msprof保持一致 **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: Fixes #<issue number>, or Fixes (paste link of issue). --> Fixes # **Special notes for your reviewers**: See merge request: Ascend/pytorch!248648 个月前