Home
last modified time | relevance | path

Searched defs:StackConfiguration (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libchrome/base/profiler/
H A Dstack_sampling_profiler_unittest.cc78 struct StackConfiguration { struct
79 enum Config { NORMAL, WITH_ALLOCA, WITH_OTHER_LIBRARY };
81 explicit StackConfiguration(Config config) in StackConfiguration() argument
86 StackConfiguration(Config config, NativeLibrary library) in StackConfiguration() argument
91 Config config;
94 NativeLibrary library;