Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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
23 return RUN_ALL_TESTS();
24}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition gtest.h:2328
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition gtest.cc:5787
Here is the call graph for this function: