summaryrefslogtreecommitdiff
path: root/retrace/metric_helper.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-21glretrace: Initialize MetricWriter only when needed.Alexander Trukhin1-1/+7
2016-01-18retrace: Metrics abstraction: add missing copyrights.Alexander Trukhin1-0/+25
2016-01-11retrace: Fix Android build.Jose Fonseca1-1/+9
2015-09-02Metrics abstraction: replace std::regex with cstring code.Alexander Trukhin1-49/+83
2015-08-27MmapAllocator: GCC 4.8 supportAlexander Trukhin1-0/+1
2015-08-26Add support for handling context switches in Metrics abstraction.Alexander Trukhin1-0/+1
2015-08-26Make backends use MmapAllocator.Alexander Trukhin1-3/+5
2015-08-26Add custom allocator that uses mmap.Alexander Trukhin1-1/+2
2015-08-26glretrace: Plug "opengl" backend to the collection.Alexander Trukhin1-1/+4
2015-08-26glretrace: Plug INTEL_perfquery to the collection.Alexander Trukhin1-1/+4
2015-08-26glretrace: Plug AMD_perfmon to the collection.Alexander Trukhin1-2/+6
2015-08-26retrace,glretrace: Option for metrics listing.Alexander Trukhin1-0/+36
2015-08-26retrace,glretrace: Add calls to output new metrics data.Alexander Trukhin1-0/+3
2015-08-26retrace,glretrace: Profiling options. Hook up the abstraction.Alexander Trukhin1-0/+85
2015-08-26glretrace: Add a getBackend() method.Alexander Trukhin1-0/+11