1. 16 6月, 2022 1 次提交
    • Z
      [cherry pick] Unit test with tempfile to place the temporary files (#43522) · 1a660c8a
      zhangbopd 提交于
          Use tempfile for unit test & custom op test to replace temporary files to ensure that all temporary files will be deleted normally after a single measurement, avoiding the usage of disk files.
          The PR only involves single-test and op test modifications and does not affect existing functionality.
          Release/2.3 branch modified in PR43521;
      1a660c8a
  2. 24 4月, 2022 1 次提交
  3. 20 4月, 2022 1 次提交
    • C
      [cherry-pick] Refine user experience for profiler (#41989) · 2ea5e02c
      chenjian 提交于
      * fix divide zero error when cpu only (#41794)
      
      * reduce performance influence by RecordEvent in Python (#41822)
      
      * reduce performance influence
      
      * add unit test
      
      * fix
      
      * Rebase for profiler statistic ratio (#41939)
      
      * fix according to suggestion
      
      * add kernel summary
      
      * improve coverage
      2ea5e02c
  4. 11 4月, 2022 1 次提交
    • C
      [cherry-pick] Refine statistic table and bug fix (#41581) · 365975fd
      chenjian 提交于
      * Refine statistic table (#41524)
      
      * Add get profiler from config (#41532)
      
      * no
      
      * maintain old profiler
      
      * add get profiler from serialization config
      
      * add unit test
      
      * improve coverage
      
      * fix
      
      * Revert "improve coverage"
      
      This reverts commit 4a980bfda48adadee551d0e1c5740bc5b7389200.
      
      * fix unit
      
      * fix
      
      * fix
      365975fd
  5. 31 3月, 2022 1 次提交
    • C
      Add time range duration display (#41029) · 6744754f
      chenjian 提交于
      * no
      
      * fix bugs
      
      * fix doc according to review
      
      * fix api doc format
      
      * fix api doc according to review
      
      * fix bug and add unit test
      
      * fix record event bug
      
      * optimize chrome tracing display
      
      * fix bug
      
      * add comment
      
      * add unit test
      
      * fix a bug
      
      * fix
      
      * fix
      
      * fix format
      6744754f
  6. 30 3月, 2022 1 次提交
  7. 08 3月, 2022 1 次提交
    • C
      add python profiler package (#40065) · 10325a82
      chenjian 提交于
      * add python profiler package
      
      * update according to review
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * add unit test
      
      * Revert "add unit test"
      
      This reverts commit 4e69ff71b0645e069afe5dd8fea0d07717852c48.
      
      * reduce for pr
      
      * add unit test
      
      * modify for pr
      
      * fix unittest
      
      * update for ci coverage
      
      * modify according to review
      
      * fix bug
      
      * improve coverage
      10325a82