#include <gtest/gtest.h>
#include <jlm/util/Statistics.hpp>
#include <atomic>
#include <fstream>
#include <memory>
Go to the source code of this file.
|
| | TEST (StatisticsTests, TestStatisticsMeasurements) |
| |
| | TEST (StatisticsTests, TestStatisticsCollection) |
| |
| | TEST (StatisticsTests, TestStatisticsPrinting) |
| |
| | TEST (StatisticsTests, TestCreateOutputFile) |
| |
◆ TEST() [1/4]
| TEST |
( |
StatisticsTests |
, |
|
|
TestCreateOutputFile |
|
|
) |
| |
◆ TEST() [2/4]
| TEST |
( |
StatisticsTests |
, |
|
|
TestStatisticsCollection |
|
|
) |
| |
◆ TEST() [3/4]
| TEST |
( |
StatisticsTests |
, |
|
|
TestStatisticsMeasurements |
|
|
) |
| |
◆ TEST() [4/4]
| TEST |
( |
StatisticsTests |
, |
|
|
TestStatisticsPrinting |
|
|
) |
| |