BSR: Support memory profiling 74/259074/6
authorhyokeun.jeon <hyokeun.jeon@samsung.com>
Mon, 31 May 2021 15:38:16 +0000 (00:38 +0900)
committerhyokeun.jeon <hyokeun.jeon@samsung.com>
Tue, 1 Jun 2021 02:31:50 +0000 (11:31 +0900)
commit7b093709826f68d73ff2bfd93f619e90555eb471
tree17345c9f7c9ade585a80ace1b72a192ac6c4b781
parentc1c7a36129fc374b0d18c3966f406c70331c4d5d
BSR: Support memory profiling

Change-Id: I273bc0b5dc0c1bbca4686405e5aff7ddbe023c49
21 files changed:
bsr/bsr/__init__.py
bsr/bsr/__version__.py
bsr/bsr/analyzer/data_analyzer.py [changed mode: 0644->0755]
bsr/bsr/bsr
bsr/bsr/gbs/gbs_actions.py [changed mode: 0644->0755]
bsr/bsr/network/dep_graph.py [changed mode: 0644->0755]
bsr/bsr/report/build_time.py [changed mode: 0644->0755]
bsr/bsr/report/depends_xml.py [changed mode: 0644->0755]
bsr/bsr/report/info_meta.py [changed mode: 0644->0755]
bsr/bsr/utility/monitoring.py [changed mode: 0644->0755]
bsr/bsr/utility/utils.py [changed mode: 0644->0755]
bsr/bsr/web_dist/asset-manifest.json
bsr/bsr/web_dist/index.html
bsr/bsr/web_dist/static/js/2.b0fd9646.chunk.js [new file with mode: 0644]
bsr/bsr/web_dist/static/js/2.b0fd9646.chunk.js.LICENSE.txt [new file with mode: 0644]
bsr/bsr/web_dist/static/js/2.b9f32fb5.chunk.js [deleted file]
bsr/bsr/web_dist/static/js/2.b9f32fb5.chunk.js.LICENSE.txt [deleted file]
bsr/bsr/web_dist/static/js/main.3b57cdf5.chunk.js [new file with mode: 0644]
bsr/bsr/web_dist/static/js/main.b95f85c6.chunk.js [deleted file]
bsr/requirements.txt
bsr/setup.py