process_statistics.cpp
Go to the documentation of this file.
1 
14 /*****************************************************************************
15 ** Includes
16 *****************************************************************************/
17 
18 #include <iostream>
19 #include <ecl/threads/priority.hpp>
20 
21 /*****************************************************************************
22 ** Main
23 *****************************************************************************/
24 
25 int main() {
26 
27  std::cout << ecl::print_priority_diagnostics() << std::endl;
28 
29  std::cout << "This is very much a work in progress...." << std::endl;
30 
31  return 0;
32 }
33 
34 
int main()


ecl_core_apps
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:55