#include <catch_timer.h>
Definition at line 2518 of file catch.hpp.
◆ getElapsedMicroseconds() [1/2]
auto Catch::Timer::getElapsedMicroseconds |
( |
| ) |
const -> uint64_t |
Definition at line 63 of file catch_timer.cpp.
63 {
65 }
auto getElapsedNanoseconds() const -> uint64_t
◆ getElapsedMicroseconds() [2/2]
auto Catch::Timer::getElapsedMicroseconds |
( |
| ) |
const -> uint64_t |
◆ getElapsedMilliseconds() [1/2]
auto Catch::Timer::getElapsedMilliseconds |
( |
| ) |
const -> unsigned int |
Definition at line 66 of file catch_timer.cpp.
66 {
68 }
auto getElapsedMicroseconds() const -> uint64_t
◆ getElapsedMilliseconds() [2/2]
auto Catch::Timer::getElapsedMilliseconds |
( |
| ) |
const -> unsigned int |
◆ getElapsedNanoseconds() [1/2]
auto Catch::Timer::getElapsedNanoseconds |
( |
| ) |
const -> uint64_t |
Definition at line 60 of file catch_timer.cpp.
60 {
62 }
auto getCurrentNanosecondsSinceEpoch() -> uint64_t
◆ getElapsedNanoseconds() [2/2]
auto Catch::Timer::getElapsedNanoseconds |
( |
| ) |
const -> uint64_t |
◆ getElapsedSeconds() [1/2]
auto Catch::Timer::getElapsedSeconds |
( |
| ) |
const -> double |
◆ getElapsedSeconds() [2/2]
auto Catch::Timer::getElapsedSeconds |
( |
| ) |
const -> double |
◆ start() [1/2]
void Catch::Timer::start |
( |
| ) |
|
◆ start() [2/2]
void Catch::Timer::start |
( |
| ) |
|
The documentation for this class was generated from the following files:
- libraries/sys-vm/external/Catch2/include/internal/catch_timer.h
- libraries/sys-vm/external/Catch2/single_include/catch2/catch.hpp
- libraries/sys-vm/external/Catch2/include/internal/catch_timer.cpp