1. 11 8月, 2022 1 次提交
  2. 16 6月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  4. 22 4月, 2022 1 次提交
  5. 19 4月, 2022 1 次提交
  6. 09 4月, 2022 1 次提交
    • C
      Add get profiler from config (#41532) · e1792a31
      chenjian 提交于
      * 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
      e1792a31
  7. 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
  8. 30 3月, 2022 1 次提交
  9. 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