Electroneum
perftest.cpp File Reference
#include "perftest.h"
Include dependency graph for perftest.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file perftest.cpp.

17  {
18 #if _MSC_VER
19  _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
20  //void *testWhetherMemoryLeakDetectionWorks = malloc(1);
21 #endif
22  ::testing::InitGoogleTest(&argc, argv);
23  return RUN_ALL_TESTS();
24 }
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
Here is the call graph for this function: