#include <iostream>
#include <cstdio>
#include "op_header.h"
#include "profile.h"
#include "op_libiberty.h"
#include "op_fileio.h"
#include "string_filter.h"
#include "profile_container.h"
#include "arrange_profiles.h"
#include "image_errors.h"
#include "opgprof_options.h"
#include "cverb.h"
#include "op_file.h"
Go to the source code of this file.
Defines | |
#define | GMON_VERSION 1 |
#define | GMON_TAG_TIME_HIST 0 |
#define | GMON_TAG_CG_ARC 1 |
Functions | |
int | main (int argc, char const *argv[]) |
Variables | |
profile_classes | classes |
classes of sample filenames to handle |
Implement opgprof utility
Definition in file opgprof.cpp.
#define GMON_TAG_CG_ARC 1 |
Definition at line 35 of file opgprof.cpp.
#define GMON_TAG_TIME_HIST 0 |
Definition at line 34 of file opgprof.cpp.
#define GMON_VERSION 1 |
Definition at line 33 of file opgprof.cpp.
int main | ( | int | argc, | |
char const * | argv[] | |||
) |
Definition at line 319 of file opgprof.cpp.
References run_pp_tool().
classes of sample filenames to handle
All the chosen sample files.
Definition at line 30 of file opannotate_options.cpp.