aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TimeProfiler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-19[Support][Time profiler] Make FE codegen blocks to be inside frontend blocksAnton Afanasyev1-2/+2
2019-07-24[Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev1-7/+5
2019-04-25[Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall1-35/+34
2019-04-16Time profiler: optimize json output timeAnton Afanasyev1-0/+5
2019-04-16Use native llvm JSON library for time profiler outputAnton Afanasyev1-37/+37
2019-04-15Time profiler: small fixes and optimizationsAnton Afanasyev1-35/+43
2019-04-09Improve hashing for time profilerAnton Afanasyev1-16/+19
2019-03-30Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev1-0/+184