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 
priority.hpp
main
int main()
Definition: process_statistics.cpp:25


ecl_core_apps
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:52