Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Posix_Profile.c File Reference
#include "Posix_Profile.h"
#include "VMPI.h"
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>
#include "Timer.h"
#include "Posix_Wrapp.h"
Include dependency graph for Posix_Profile.c:

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]
 

Function Documentation

void POSIX_profile_init ( )

Definition at line 45 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_reduce ( )

Definition at line 67 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_release ( )

Definition at line 58 of file Posix_Profile.c.

Here is the call graph for this function:

void POSIX_profile_render ( )

Definition at line 137 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_serialize ( )

Definition at line 178 of file Posix_Profile.c.

void Profile_Entry_init ( struct Profile_Entry ent,
Wrapped_symbol  id 
)

Definition at line 34 of file Posix_Profile.c.

Here is the caller graph for this function:

void Profile_Entry_release ( struct Profile_Entry ent)

Definition at line 40 of file Posix_Profile.c.

Here is the caller graph for this function:

int Profile_Entry_sort ( const void *  a,
const void *  b 
)

Definition at line 119 of file Posix_Profile.c.

Variable Documentation

struct Profile_Entry __POSIX_Profile_entries[T_POSIX_COUNT]

Definition at line 31 of file Posix_Profile.c.