in3Utils.cfgUtils.appendTcpu2DF

appendTcpu2DF(simHash, tCPU, tCPUDF)[source]

append Tcpu dictionary to the dataframe

Parameters
  • simHash (str) – hash of the simulation corresponding to the tCPU dict to append

  • tCPU (dict) – cpu time dict of the simulation

  • tCPUDF (pandas dataFrame) – tCPU dataframe

Returns

simDF – DFappended with the new simulation configuration

Return type

pandas DataFrame