Implement heap tab
authorAndrey Kvochko <a.kvochko@samsung.com>
Wed, 20 Sep 2017 18:50:20 +0000 (21:50 +0300)
committerAndrey Kvochko/SRR-Compiler Lab/./삼성전자 <a.kvochko@samsung.com>
Fri, 27 Oct 2017 10:46:13 +0000 (13:46 +0300)
commit1539ea535090c7036b5ab81b776299b675485a3e
tree38c5e0c20d4ac2c1d406878782b68f2e85a510ed
parent7a6540889d15872d63f7134a269a81d46b504d7e
Implement heap tab
18 files changed:
profiler/profiler/src/profiler.cpp
profiler/profiler/src/stackentry.h
src/analyze/accumulatedtracedata.cpp
src/analyze/accumulatedtracedata.h
src/analyze/gui/CMakeLists.txt
src/analyze/gui/mainwindow.cpp
src/analyze/gui/mainwindow.ui
src/analyze/gui/objecttreemodel.cpp [new file with mode: 0644]
src/analyze/gui/objecttreemodel.h [new file with mode: 0644]
src/analyze/gui/objecttreeproxy.cpp [new file with mode: 0644]
src/analyze/gui/objecttreeproxy.h [new file with mode: 0644]
src/analyze/gui/parser.cpp
src/analyze/gui/parser.h
src/interpret/heaptrack_interpret.cpp
src/track/libheaptrack.cpp
src/track/objectgraph.h [new file with mode: 0644]
src/util/indices.h
src/util/pointermap.h