Thread parallelizion in STL
Loading...
Searching...
No Matches
main.cpp File Reference
#include <algorithm>
#include <chrono>
#include <execution>
#include <iostream>
#include <numeric>
#include <random>
#include <vector>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

template<typename TFunc >
void RunAndMeasure (const char *title, TFunc func)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 40 of file main.cpp.

Here is the call graph for this function:

◆ RunAndMeasure()

template<typename TFunc >
void RunAndMeasure ( const char *  title,
TFunc  func 
)

Definition at line 30 of file main.cpp.

Here is the caller graph for this function: