proxygen
|
#include <folly/experimental/symbolizer/Symbolizer.h>
#include <cstdlib>
#include <folly/Range.h>
#include <folly/String.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
class | folly::symbolizer::test::ElfCacheTest |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::symbolizer | |
folly::symbolizer::test | |
Functions | |
void | folly::symbolizer::test::foo () |
folly::symbolizer::test::TEST (Symbolizer, Single) | |
int | folly::symbolizer::test::comparator (const void *ap, const void *bp) |
FOLLY_NOINLINE void | folly::symbolizer::test::bar () |
void | folly::symbolizer::test::bar (FrameArray< 100 > &frames) |
void | folly::symbolizer::test::runElfCacheTest (Symbolizer &symbolizer) |
folly::symbolizer::test::TEST_F (ElfCacheTest, TinyElfCache) | |
folly::symbolizer::test::TEST_F (ElfCacheTest, SignalSafeElfCache) | |
folly::symbolizer::test::TEST (SymbolizerTest, SymbolCache) | |
int | main (int argc, char **argv) |
Variables | |
FrameArray< 100 > * | folly::symbolizer::test::framesToFill {nullptr} |
FrameArray< 100 > | folly::symbolizer::test::goldenFrames |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 143 of file SymbolizerTest.cpp.
References testing::InitGoogleTest(), and RUN_ALL_TESTS().