ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Functions
timer_test.cpp File Reference
#include "../timer.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include <fstream>
#include <cstdio>
#include <chrono>
#include <thread>
#include "mpi.h"
Include dependency graph for timer_test.cpp:

Classes

class  TimerTest
 

Functions

 TEST_F (TimerTest, Tick)
 
 TEST_F (TimerTest, Start)
 
 TEST_F (TimerTest, write_to_json)
 
 TEST_F (TimerTest, PrintAll)
 
 TEST_F (TimerTest, PrintUntilNow)
 
 TEST_F (TimerTest, Finish)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST_F() [1/6]

TEST_F ( TimerTest  ,
Finish   
)
Here is the call graph for this function:

◆ TEST_F() [2/6]

TEST_F ( TimerTest  ,
PrintAll   
)
Here is the call graph for this function:

◆ TEST_F() [3/6]

TEST_F ( TimerTest  ,
PrintUntilNow   
)
Here is the call graph for this function:

◆ TEST_F() [4/6]

TEST_F ( TimerTest  ,
Start   
)
Here is the call graph for this function:

◆ TEST_F() [5/6]

TEST_F ( TimerTest  ,
Tick   
)
Here is the call graph for this function:

◆ TEST_F() [6/6]

TEST_F ( TimerTest  ,
write_to_json   
)
Here is the call graph for this function: