C++ Library Extensions 2022.12.09
To help learn modern C++ programming
044-parallel.cpp File Reference
#include <tpf_output.hpp>
#include <tpf_chrono_random.hpp>
#include <execution>
Include dependency graph for 044-parallel.cpp:

Go to the source code of this file.

Classes

class  fcp::vector_3d< ElementType >
 

Namespaces

namespace  fcp
 

Functions

void test_vector_operation ()
 
template<typename Policy >
void performance_test (Policy policy, size_t test_count, size_t element_count)
 
int main ()
 

Variables

tpf::sstream stream
 
auto nl = tpf::nl
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 84 of file 044-parallel.cpp.

Here is the call graph for this function:

◆ performance_test()

template<typename Policy >
void performance_test ( Policy  policy,
size_t  test_count,
size_t  element_count 
)

Definition at line 61 of file 044-parallel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_vector_operation()

void test_vector_operation ( )

Definition at line 42 of file 044-parallel.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 7 of file 044-parallel.cpp.

◆ nl

auto nl = tpf::nl

Definition at line 6 of file 044-parallel.cpp.

◆ stream

tpf::sstream stream

Definition at line 5 of file 044-parallel.cpp.