Ignore:
Timestamp:
06/04/21 11:57:21 (3 years ago)
Author:
yushan
Message:

Big commit on graph functionality. Other graph related dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp

    r1765 r2146  
    2020#include "servers_ressource.hpp" 
    2121#include <cstdio> 
    22  
     22#include "workflow_graph.hpp" 
    2323 
    2424 
     
    318318      report(0)<<"Performance report : Ratio : "<<CTimer::get("Process events").getCumulatedTime()/CTimer::get("XIOS server").getCumulatedTime()*100.<<"%"<<endl  ; 
    319319      report(100)<<CTimer::getAllCumulatedTime()<<endl ; 
     320 
     321      CWorkflowGraph::drawWorkFlowGraph_server(); 
    320322    } 
    321323 
Note: See TracChangeset for help on using the changeset viewer.