opgprof_options.h

Go to the documentation of this file.
00001 
00012 #ifndef OPGPROF_OPTIONS_H
00013 #define OPGPROF_OPTIONS_H
00014 
00015 #include <string>
00016 
00017 #include "common_option.h"
00018 
00019 namespace options {
00020     extern std::string gmon_filename;
00021 }
00022 
00023 class inverted_profile;
00024 
00026 extern inverted_profile image_profile;
00027 
00034 void handle_options(options::spec const & spec);
00035 
00036 #endif // OPGPROF_OPTIONS_H

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1