dump_timings_to_xml¶
-
dolfin.cpp.common.dump_timings_to_xml()¶ Dump a summary of timings and tasks to XML file, optionally clearing stored timings.
MPI_MAX,MPI_MINandMPI_AVGreductions are stored. Collective onMPI_COMM_WORLD. Arguments filename (std::string) output filename; must have.xmlsuffix; existing file is silently overwritten clear (TimingClear)TimingClear::clearresets stored timingsTimingClear::keepleaves stored timings intact
Parameters: - filename (std::string) –
- clear (TimingClear) –
Return type: void