RDK Documentation (Open Sourced RDK Components)
|
ProfileEventAAMP header file. More...
Go to the source code of this file.
Data Structures | |
struct | TuneEndMetrics |
TuneEndMetrics structure to store tunemetrics data. More... | |
class | ProfileEventAAMP |
Class for AAMP event Profiling. More... | |
class | ProfileEventAAMP::TuneEvent |
Class corresponding to tune time events. More... | |
struct | ProfileEventAAMP::ProfilerBucket |
Data structure corresponding to profiler bucket. More... | |
Macros | |
#define | bucketsOverlap(id1, id2) |
Calculating effecting duration of overlapping buckets, id1 & id2. More... | |
#define | bucketDuration(id) (buckets[id].complete?(buckets[id].tFinish - buckets[id].tStart):0) |
Calculating total duration a bucket id. | |
Enumerations | |
enum | ProfilerBucketType |
Bucket types of AAMP profiler. More... | |
enum | ClassicProfilerBucketType |
Bucket types of classic profiler. More... | |
enum | ContentType |
Asset's content types. More... | |
ProfileEventAAMP header file.
Definition in file AampProfiler.h.
struct ProfileEventAAMP::ProfilerBucket |
Data structure corresponding to profiler bucket.
Definition at line 178 of file AampProfiler.h.
#define bucketsOverlap | ( | id1, | |
id2 | |||
) |
Calculating effecting duration of overlapping buckets, id1 & id2.
Definition at line 190 of file AampProfiler.h.