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

Go to the source code of this file.

Functions

void examples_for_random_stopwatch ()
 
template<typename ContainerType , typename StopwatchType >
void print_constainer (size_t index, const ContainerType &container, const StopwatchType &sw)
 
void examples_for_serial_sort ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto nl = "\n"
 
auto nL = "\n\n"
 
auto flush = tpf::output::nl()
 

Function Documentation

◆ examples_for_random_stopwatch()

void examples_for_random_stopwatch ( )

Definition at line 11 of file 001-parallel_sort.cpp.

Here is the call graph for this function:

◆ examples_for_serial_sort()

void examples_for_serial_sort ( )

Definition at line 53 of file 001-parallel_sort.cpp.

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

◆ main()

int main ( )

Definition at line 95 of file 001-parallel_sort.cpp.

Here is the call graph for this function:

◆ print_constainer()

template<typename ContainerType , typename StopwatchType >
void print_constainer ( size_t  index,
const ContainerType &  container,
const StopwatchType &  sw 
)

Definition at line 44 of file 001-parallel_sort.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ flush

auto flush = tpf::output::nl()

Definition at line 9 of file 001-parallel_sort.cpp.

◆ nl

auto nl = "\n"

Definition at line 7 of file 001-parallel_sort.cpp.

◆ nL

auto nL = "\n\n"

Definition at line 8 of file 001-parallel_sort.cpp.

◆ stream

tpf::sstream stream

Definition at line 6 of file 001-parallel_sort.cpp.