Performance Profiling implementation. More...
Performance Profiling implementation.
Definition in file Profiler.C.
Go to the source code of this file.
Namespaces | |
| ix | |
| Defines MPI-specific parallel global and program classes. | |
| ix::profiler | |
| Performance profiling. | |
Enumerations | |
| enum | { IMIN_T =0, IMAX_T, IMEAN_T, IMIN_E, IMAX_E, IMEAN_E, IMIN_S, IMAX_S, IMEAN_S, EMIN_T, EMAX_T, EMEAN_T, EMIN_E, EMAX_E, EMEAN_E, EMIN_S, EMAX_S, EMEAN_S } |
Functions | |
| struct timeval | operator- (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| struct timeval & | operator-= (struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| struct timeval | operator+ (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| struct timeval & | operator+= (struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator== (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator!= (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator< (const timeval &t1, const timeval &t2) |
| faster timeval math More... | |
| bool | operator> (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator<= (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator>= (const struct timeval &t1, const struct timeval &t2) |
| faster timeval math More... | |
| bool | operator< (const std::pair< unsigned int, std::list< Event > > &p1, const std::pair< unsigned int, std::list< Event > > &p2) |
| Event math. More... | |
| std::ostream & | operator<< (std::ostream &ost, const Event &e) |
| EVENT's stream operator. More... | |
| std::istream & | operator>> (std::istream &ist, Event &e) |
| EVENT's stream operator. More... | |