inspect
Summary
Enumerations
|
ArrayDisplayFormat{ kFlat, kLinearHistogram, kExponentialHistogram }
|
enum |
LinkDisposition{ kChild = 0, kInline = 1 }
|
enum |
MissingValueReason{ kLinkNotFound = 1, kLinkHierarchyParseFailure = 2, kLinkInvalid = 3 }
|
enum |
PropertyFormat{ kInvalid = 0, kInt = 1, kUint = 2, kDouble = 3, kIntArray = 4, kUintArray = 5, kDoubleArray = 6, kString = 7, kBytes = 8, kBool = 9, kStringArray = 10 }
|
enum |
Typedefs
|
AtomicUpdateCallbackFn
|
using |
BoolProperty
|
using
internal::Property< bool >
|
BoolPropertyValue
|
using
internal::Value< bool, static_cast< size_t >(PropertyFormat::kBool)>
|
BorrowedStringValue
|
using |
ByteVectorProperty
|
using
internal::Property< std::vector< uint8_t >>
|
ByteVectorPropertyValue
|
using
internal::Value< std::vector< uint8_t >, static_cast< size_t >(PropertyFormat::kBytes)>
|
DoubleArray
|
using
internal::ArrayValue< double >
|
DoubleArrayValue
|
using
internal::Array< double, static_cast< size_t >(PropertyFormat::kDoubleArray)>
|
DoubleProperty
|
using
internal::NumericProperty< double >
|
DoublePropertyValue
|
using
internal::Value< double, static_cast< size_t >(PropertyFormat::kDouble)>
|
ExponentialDoubleHistogram
|
using
internal::ExponentialHistogram< double >
|
ExponentialIntHistogram
|
using
internal::ExponentialHistogram< int64_t >
|
ExponentialUintHistogram
|
using
internal::ExponentialHistogram< uint64_t >
|
IntArray
|
using
internal::ArrayValue< int64_t >
|
IntArrayValue
|
using
internal::Array< int64_t, static_cast< size_t >(PropertyFormat::kIntArray)>
|
IntProperty
|
using
internal::NumericProperty< int64_t >
|
IntPropertyValue
|
using
internal::Value< int64_t, static_cast< size_t >(PropertyFormat::kInt)>
|
LazyNodeCallbackFn
|
using |
LinearDoubleHistogram
|
using
internal::LinearHistogram< double >
|
LinearIntHistogram
|
using
internal::LinearHistogram< int64_t >
|
LinearUintHistogram
|
using
internal::LinearHistogram< uint64_t >
|
PropertyValue
|
using
internal::NamedValue< cpp17::variant< cpp17::monostate, IntPropertyValue, UintPropertyValue, DoublePropertyValue, IntArrayValue, UintArrayValue, DoubleArrayValue, StringPropertyValue, ByteVectorPropertyValue, BoolPropertyValue, StringArrayValue >, PropertyFormat >
|
RecordChildCallbackFn
|
using |
StringArray
|
using |
StringArrayValue
|
using
internal::Array< std::string, static_cast< size_t >(PropertyFormat::kStringArray)>
|
StringProperty
|
using
internal::Property< std::string >
|
StringPropertyValue
|
using
internal::Value< std::string, static_cast< size_t >(PropertyFormat::kString)>
|
UintArray
|
using
internal::ArrayValue< uint64_t >
|
UintArrayValue
|
using
internal::Array< uint64_t, static_cast< size_t >(PropertyFormat::kUintArray)>
|
UintProperty
|
using
internal::NumericProperty< uint64_t >
|
UintPropertyValue
|
using
internal::Value< uint64_t, static_cast< size_t >(PropertyFormat::kUint)>
|
Enumerations
ArrayDisplayFormat
Properties |
kExponentialHistogram
|
|
kFlat
|
|
kLinearHistogram
|
|
LinkDisposition
LinkDisposition
Properties |
kChild
|
|
kInline
|
|
MissingValueReason
MissingValueReason
Properties |
kLinkHierarchyParseFailure
|
|
kLinkInvalid
|
|
kLinkNotFound
|
|
PropertyFormat
Properties |
kBool
|
|
kBytes
|
|
kDouble
|
|
kDoubleArray
|
|
kInt
|
|
kIntArray
|
|
kInvalid
|
|
kString
|
|
kStringArray
|
|
kUint
|
|
kUintArray
|
|
Typedefs
BoolProperty
internal::Property< bool > BoolProperty
BoolPropertyValue
internal::Value< bool, static_cast< size_t >(PropertyFormat::kBool)> BoolPropertyValue
ByteVectorProperty
internal::Property< std::vector< uint8_t >> ByteVectorProperty
ByteVectorPropertyValue
internal::Value< std::vector< uint8_t >, static_cast< size_t >(PropertyFormat::kBytes)> ByteVectorPropertyValue
DoubleArray
internal::ArrayValue< double > DoubleArray
DoubleArrayValue
internal::Array< double, static_cast< size_t >(PropertyFormat::kDoubleArray)> DoubleArrayValue
DoubleProperty
internal::NumericProperty< double > DoubleProperty
DoublePropertyValue
internal::Value< double, static_cast< size_t >(PropertyFormat::kDouble)> DoublePropertyValue
ExponentialDoubleHistogram
internal::ExponentialHistogram< double > ExponentialDoubleHistogram
ExponentialIntHistogram
internal::ExponentialHistogram< int64_t > ExponentialIntHistogram
ExponentialUintHistogram
internal::ExponentialHistogram< uint64_t > ExponentialUintHistogram
IntArray
internal::ArrayValue< int64_t > IntArray
IntArrayValue
internal::Array< int64_t, static_cast< size_t >(PropertyFormat::kIntArray)> IntArrayValue
IntProperty
internal::NumericProperty< int64_t > IntProperty
IntPropertyValue
internal::Value< int64_t, static_cast< size_t >(PropertyFormat::kInt)> IntPropertyValue
LinearDoubleHistogram
internal::LinearHistogram< double > LinearDoubleHistogram
LinearIntHistogram
internal::LinearHistogram< int64_t > LinearIntHistogram
LinearUintHistogram
internal::LinearHistogram< uint64_t > LinearUintHistogram
PropertyValue
internal::NamedValue< cpp17::variant< cpp17::monostate, IntPropertyValue, UintPropertyValue, DoublePropertyValue, IntArrayValue, UintArrayValue, DoubleArrayValue, StringPropertyValue, ByteVectorPropertyValue, BoolPropertyValue, StringArrayValue >, PropertyFormat > PropertyValue
StringArrayValue
internal::Array< std::string, static_cast< size_t >(PropertyFormat::kStringArray)> StringArrayValue
StringProperty
internal::Property< std::string > StringProperty
StringPropertyValue
internal::Value< std::string, static_cast< size_t >(PropertyFormat::kString)> StringPropertyValue
UintArray
internal::ArrayValue< uint64_t > UintArray
UintArrayValue
internal::Array< uint64_t, static_cast< size_t >(PropertyFormat::kUintArray)> UintArrayValue
UintProperty
internal::NumericProperty< uint64_t > UintProperty
UintPropertyValue
internal::Value< uint64_t, static_cast< size_t >(PropertyFormat::kUint)> UintPropertyValue
Functions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-27 UTC."],[],[]]