mindspore-ci-bot
5a32f4e00a
!447 limit the tensor count in one step and one tag and the length of event string.
Merge pull request !447 from wangshuide/wsd_limit_tensor_count
5 years ago
wangshuide2020
0d9af857fa
limit the tensor count in one step and one tag and the length of event string.
5 years ago
mindspore-ci-bot
5b6de4a67b
!441 Remove profiler user interface and parser.
Merge pull request !441 from yuximiao/yuximiao_profiler
5 years ago
mindspore-ci-bot
9c6ae7c026
!445 fix sometimes deserialized protobuf data cannot be pickled to be sent to another process
Merge pull request !445 from wenkai/wk4_0721_ci_pickle_error_fix
5 years ago
mindspore-ci-bot
08dc87def0
!443 Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
Merge pull request !443 from wenkai/perf_opt2_0721
5 years ago
wenkai
0877c6f7b1
Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
For max processes used for computing, we need to make sure every summary directory has a process to load data. We also should not use too many processes to avoid system problems (eg. out of memory). So we calc the max processes cnt in _calc_default_max_processes_cnt
For _load_data_in_thread_wrapper, because self._load_data_in_thread() will create process pool when loading files, we can not afford to run multiple self._load_data_in_thread() simultaneously. So we use a lock to make sure that only one self._load_data_in_thread() is running.
5 years ago
mindspore-ci-bot
a5cabe8ca7
!440 Change the mindinsight multiprocessing computing code to use a unified manager, add new features
Merge pull request !440 from wenkai/pref_opt_0720_1cp1
5 years ago
wenkai
902972e3eb
fix sometimes deserialized protobuf data cannot be pickled to be sent to another process.
1. delete original message in HistogramContainer
2. Wrap image content in ImageContainer
5 years ago
mindspore-ci-bot
933bf5940c
!444 Table text is displayed in the center
Merge pull request !444 from 冯学峰/myMaster02
5 years ago
mindspore-ci-bot
8e0d7de8bd
!427 Hardware resource monitor API for getting Ascend, CPU, memory metrics
Merge pull request !427 from LiHongzhang/hw_board
5 years ago
fengxuefeng
b4a6a036f5
Table text is displayed in the center
5 years ago
wenkai
26fabf4770
Refactor the mindinsight multiprocessing computing code to use a unified manager.
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.
5 years ago
yuximiao
d3cc7a89a3
remove profiler user interface.
5 years ago
Li Hongzhang
3da4d71dff
add the resource monitor api
- collect_cpu
- collect_mem
- collect_npu
5 years ago
mindspore-ci-bot
f674ae3e4c
!439 modify operator full screen display problem
Merge pull request !439 from 冯学峰/myMaster01
5 years ago
fengxuefeng
cf2e811f57
Modify the bug of operator full screen display
5 years ago
mindspore-ci-bot
008bdf5632
!437 Use multiple processes to calc events
Merge pull request !437 from wangshuide/wsd_multiple_processes_for_file_parsing
5 years ago
wangshuide2020
7877f33b70
Use multiple processes to calc events.
1. To accelerate summary file parsing, multiple processes are used. As the first step to mindinsight parsing performance optimization, we only made changes to _load_single_file function.
2. This PR will imporve summary parsing throughput dramatically (about cpu_count times)
3. Changes are mainly about _load_single_file function
In the future, a more global concurrent computing framework is needed for mindinsight. See the gitee wiki doc for details.
5 years ago
mindspore-ci-bot
4211e0ecca
!438 Modify the visual tips and icons of hardware resources
Merge pull request !438 from 冯学峰/myMaster01
5 years ago
fengxuefeng
dce99fab27
Modify prompts and icons
5 years ago
mindspore-ci-bot
6dd5698025
!436 give the costing time an acurate unit
Merge pull request !436 from 冯学峰/myMaster01
5 years ago
mindspore-ci-bot
174747be93
!434 fix step trace bug that click confirm button show error message when step input box is empty
Merge pull request !434 from 黄伟锋/master
5 years ago
mindspore-ci-bot
8464784148
!435 UI display the error message in table area
Merge pull request !435 from 夏易凡/0710master
5 years ago
fengxuefeng
4e3213a842
give the costing time an acurate unit
5 years ago
xiayifan
c7a6d089f5
UI the message indicating that the specifications are exceeded is
dispalyed in the table area
UI fix an issue where the table hearder could not be restored after
being dragged
UI fix an issue where the tensor page is dispalyed when you drag a table
on the dashboard page
5 years ago
WeiFeng-mindinsight
879558b170
fix step trace bug that click confirm button show error message when step input box is empty
5 years ago
mindspore-ci-bot
3407444072
!431 Add hardware resource visualization
Merge pull request !431 from 冯学峰/myhardware01
5 years ago
mindspore-ci-bot
78edb521ef
!430 fix graph bug that attributes of selected node show empty in content area
Merge pull request !430 from 黄伟锋/master
5 years ago
mindspore-ci-bot
6323b4c3f1
!433 supplement the docstring of Histogram class
Merge pull request !433 from wangshuide/fix_ci
5 years ago
mindspore-ci-bot
74e4593cdd
!432 UI tensor bugfix
Merge pull request !432 from 夏易凡/0710master
5 years ago
wangshuide2020
5d9473de6d
supplement the docstring of Histogram class.
5 years ago
xiayifan
669c3951a8
UI tensor bugfix
1.fix an issue where the table would be displayed incorrectly when an
error message was displayed in full screen
2.the mouse position in histogram mode is optimized
3.fix an issue where the step was displayed incorrectly when slider move
fast
5 years ago
fengxuefeng
b3ef94968a
Add hardware resource visualization
5 years ago
WeiFeng-mindinsight
1c4ec5e0b4
fix graph bug that attributes of selected node show empty in content area
5 years ago
mindspore-ci-bot
9a63a44d27
!426 UI fix bug of data map that the attribute of selected node display empty when it is null
Merge pull request !426 from 黄伟锋/master
5 years ago
mindspore-ci-bot
5a10c87b10
!429 classify reduce time info in step trace
Merge pull request !429 from yelihua/dev_profiler
5 years ago
yelihua
f8f5c7a987
classify reduce events into different types
5 years ago
mindspore-ci-bot
6c82ec3ede
!420 UI fixed the coordinate axis text is not clearly displayed
Merge pull request !420 from 夏易凡/0710master
5 years ago
mindspore-ci-bot
ab4210e13b
!422 The model traceability judgment includes the use of the includes method, which results in the index not being obtained
Merge pull request !422 from 秦君艳/master
5 years ago
mindspore-ci-bot
071e8f3b5d
!425 rectify hyperlink in README.md
Merge pull request !425 from liangyongxiong/rectify-readme-hyperlink
5 years ago
WeiFeng-mindinsight
7811d5d965
UI fix bug of data map that the attribute of selected node display empty when it is null
5 years ago
liangyongxiong
f00106ab2b
rectify hyperlink in README.md
5 years ago
mindspore-ci-bot
1ef2205514
!424 profiler: fixed 500 error when timeline summary file dose not exist
Merge pull request !424 from zhangyunshu/zys_timeline_fixed_filenotfounderror
5 years ago
qin_jun_yan
5827e27f1f
Judgment that the use of the includes method is incorrect and the index cannot be obtained
5 years ago
zhangyunshu
b4fbc0f274
profiler: fixed 500 error when there is no timeline summary file
5 years ago
xiayifan
94d15a0b6b
UI fixed the coordinate axis text is not clearly displayed
5 years ago
mindspore-ci-bot
4f6d8a3ca7
!411 Add copyright information in container.py
Merge pull request !411 from maning202007/master
5 years ago
mindspore-ci-bot
ca05afb5aa
!419 Modify this variable in data traceability to point to the problem
Merge pull request !419 from 秦君艳/master
5 years ago
qin_jun_yan
77562d16d0
Modify this variable in data traceability to point to the problem
5 years ago
mindspore-ci-bot
b17f7c1e55
!417 UI fix step trace bug that text covers others in svg
Merge pull request !417 from 黄伟锋/myMaster
5 years ago