proxygen
SymbolizerTest.cpp File Reference
#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
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 143 of file SymbolizerTest.cpp.

References testing::InitGoogleTest(), and RUN_ALL_TESTS().

143  {
145  return RUN_ALL_TESTS();
146 }
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370