Lines Matching refs:delta
2606 // When true each TracePacket's timestamp should be interpreted as a delta
6306 // All non-delta-timestamps are absolute CLOCK_MONOTONIC timestamps.
6927 // data size, e.g. through data interning (names, categories, ...) and delta
7003 // Counter values can optionally be encoded in as delta values (positive or
7023 // thread-track BEGIN and END event to capture the cpu time delta of a slice.
7116 // calculate the absolute timestamp value, sum up all delta values of the
7122 // This is a one-off value that does not affect delta timestamp computation
7134 // calculate the absolute timestamp value, sum up all delta values of the
7139 // This is a one-off absolute value that does not affect delta timestamp
7960 // this with ClockSnapshot-based delta encoding instead.
8686 // optionally be delta-encoded, see |is_incremental|.
8738 // Whether values for this counter are provided as delta values. Only
8741 // sequence will be interpreted as delta values from the sequence's most
8904 // - The absolute vs delta encoding (default: absolute timestamp).