summaryrefslogtreecommitdiff
path: root/profiler
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Change installation path in spec-fileAleksei Vereshchagin2-4/+2
2018-08-20Fix after STDMETHODCALLTYPE changeIgor Oblakov1-4/+7
2018-04-27Tizen i686 target build fixIgor Oblakov1-0/+26
2018-03-26Fix heaptrack i686 target problemIgor Oblakov1-6/+12
2018-03-06Temporary fix for i686 libprofilerIgor Oblakov1-2/+2
2017-10-27Fix after reviewAndrey Kvochko2-58/+28
2017-10-27Print error messages if object's class is unknownAndrey Kvochko1-2/+8
2017-10-27Address feedbackAndrey Kvochko1-7/+14
2017-10-27Implement heap tabAndrey Kvochko2-2/+96
2017-10-25Changes after reviewAndrey Kvochko1-2/+2
2017-10-25Support manual CoreCLR buildsAndrey Kvochko1-35/+76
2017-10-25WIP: docker build and runAndrey Kvochko1-3/+7
2017-09-15Handle nested classesAndrey Kvochko1-4/+24
2017-09-15Handle multidimensional arraysAndrey Kvochko1-3/+4
2017-09-15Array object supportAndrey Kvochko1-1/+24
2017-09-15Format types differently from methodsAndrey Kvochko2-5/+24
2017-09-15Trace type name upon object allocationAndrey Kvochko1-34/+85
2017-09-15Fix handling of relative paths in profiler's build.shRuben Ayrapetyan1-3/+3
2017-09-15Fix build of profiler.Ruben Ayrapetyan1-2/+0
2017-09-15Trace managed heap allocations and garbage collections.Ruben Ayrapetyan2-9/+85
2017-09-15Fix performance of stack tracing.Ruben Ayrapetyan1-0/+2
2017-09-15Fix profiler module.Ruben Ayrapetyan2-35/+44
2017-09-15Support managed call stacks tracking.Andrey Kvochko11-0/+1102