process_statistics.cpp
Go to the documentation of this file.
00001 
00014 /*****************************************************************************
00015 ** Includes
00016 *****************************************************************************/
00017 
00018 #include <iostream>
00019 #include <ecl/threads/priority.hpp>
00020 
00021 /*****************************************************************************
00022 ** Main
00023 *****************************************************************************/
00024 
00025 int main() {
00026 
00027     std::cout << ecl::print_priority_diagnostics() << std::endl;
00028 
00029     std::cout << "This is very much a work in progress...." << std::endl;
00030 
00031     return 0;
00032 }
00033 
00034 


ecl_core_apps
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:22:13