1. 08 9月, 2020 1 次提交
  2. 05 9月, 2020 1 次提交
  3. 04 9月, 2020 1 次提交
  4. 03 9月, 2020 2 次提交
  5. 31 8月, 2020 1 次提交
  6. 21 8月, 2020 2 次提交
  7. 26 7月, 2020 1 次提交
    • L
      mainly to new a thread to load detail info · 1c73d20c
      luopengting 提交于
      1. New a thread to load detail info. Loading detail info takes too much time,
      so the summary list and lineage can not be loaded timely.
      2. Add a status for DetailCacheManager to indicate it is INIT, LOADING or DONE.
      3. Update UT/ST.
      1c73d20c
  8. 21 7月, 2020 3 次提交
    • W
      Refactor the mindinsight multiprocessing computing code to use a unified manager. · 26fabf47
      wenkai 提交于
      Main features:
      
      1. Use the ComputingResourceManager to manage all computing workers.
      2. Ensure fair worker number between summary directories at first. So every summary directories in cache will be loaded simultaneously.
      3. When a summary directory is loaded, it's worker will be released, and other unfinished summary directories can use the released workers to speed up. This way we solved the slow worker problem.
      
      Code changes:
      
      1. Added computing_resource_mgr.py
      2. Passed ComputingResourceManager instances instead of workers_count
      3. Simplified the _load_single_fine() function a bit.
      26fabf47
    • Y
      remove profiler user interface. · d3cc7a89
      yuximiao 提交于
      d3cc7a89
    • L
      add the resource monitor api · 3da4d71d
      Li Hongzhang 提交于
      - collect_cpu
      - collect_mem
      - collect_npu
      3da4d71d
  9. 16 7月, 2020 1 次提交
  10. 09 7月, 2020 1 次提交
  11. 30 6月, 2020 1 次提交
  12. 29 6月, 2020 1 次提交
  13. 28 6月, 2020 3 次提交
  14. 24 6月, 2020 1 次提交
  15. 22 6月, 2020 2 次提交
  16. 20 6月, 2020 3 次提交
  17. 19 6月, 2020 3 次提交
  18. 18 6月, 2020 7 次提交
  19. 17 6月, 2020 2 次提交
  20. 16 6月, 2020 1 次提交
  21. 13 6月, 2020 1 次提交
  22. 12 6月, 2020 1 次提交