/**************************************************************************** ** TAU Portable Profiling Package ** ** http://www.cs.uoregon.edu/research/tau ** ***************************************************************************** ** Copyright 2010 ** ** Department of Computer and Information Science, University of Oregon ** ** Advanced Computing Laboratory, Los Alamos National Laboratory ** ****************************************************************************/ /**************************************************************************** ** File : TauCollate.h ** ** Contact : tau-bugs@cs.uoregon.edu ** ** Documentation : See http://tau.uoregon.edu ** ** ** ** Description : Profile merging ** ** ** ****************************************************************************/ #ifndef _TAU_UNIFY_H_ #define _TAU_UNIFY_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ int Tau_collate_writeProfile(); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _TAU_UNIFY_H_ */