![]() |
Multi-ApplicationOnlineProfiling
2.1
|
#include "Posix_Profile.h"#include "VMPI.h"#include <stdlib.h>#include <stdio.h>#include <mpi.h>#include "Timer.h"#include "Posix_Wrapp.h"
Go to the source code of this file.
Functions | |
| void | Profile_Entry_init (struct Profile_Entry *ent, Wrapped_symbol id) |
| void | Profile_Entry_release (struct Profile_Entry *ent) |
| void | POSIX_profile_init () |
| void | POSIX_profile_release () |
| void | POSIX_profile_reduce () |
| int | Profile_Entry_sort (const void *a, const void *b) |
| void | POSIX_profile_render () |
| void | POSIX_profile_serialize () |
Variables | |
| struct Profile_Entry | __POSIX_Profile_entries [T_POSIX_COUNT] |
| void POSIX_profile_init | ( | ) |
Definition at line 45 of file Posix_Profile.c.


| void POSIX_profile_reduce | ( | ) |
Definition at line 67 of file Posix_Profile.c.


| void POSIX_profile_release | ( | ) |
| void POSIX_profile_render | ( | ) |
Definition at line 137 of file Posix_Profile.c.


| void POSIX_profile_serialize | ( | ) |
Definition at line 178 of file Posix_Profile.c.
| void Profile_Entry_init | ( | struct Profile_Entry * | ent, |
| Wrapped_symbol | id | ||
| ) |
| void Profile_Entry_release | ( | struct Profile_Entry * | ent | ) |
| int Profile_Entry_sort | ( | const void * | a, |
| const void * | b | ||
| ) |
Definition at line 119 of file Posix_Profile.c.
| struct Profile_Entry __POSIX_Profile_entries[T_POSIX_COUNT] |
Definition at line 31 of file Posix_Profile.c.