|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "../timer.h"#include "gtest/gtest.h"#include "gmock/gmock.h"#include <fstream>#include <cstdio>#include <chrono>#include <thread>#include "mpi.h"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) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | TimerTest | , |
| Finish | |||
| ) |
| TEST_F | ( | TimerTest | , |
| PrintAll | |||
| ) |
| TEST_F | ( | TimerTest | , |
| PrintUntilNow | |||
| ) |
| TEST_F | ( | TimerTest | , |
| Start | |||
| ) |
| TEST_F | ( | TimerTest | , |
| Tick | |||
| ) |
| TEST_F | ( | TimerTest | , |
| write_to_json | |||
| ) |