#include <iostream>#include <iomanip>#include <vector>#include <algorithm>#include <sstream>#include <numeric>#include "op_exception.h"#include "stream_util.h"#include "string_manip.h"#include "file_manip.h"#include "opreport_options.h"#include "op_header.h"#include "profile.h"#include "populate.h"#include "arrange_profiles.h"#include "profile_container.h"#include "callgraph_container.h"#include "diff_container.h"#include "symbol_sort.h"#include "format_output.h"#include "xml_utils.h"#include "image_errors.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char const *argv[]) |
Implement opreport utility
Definition in file opreport.cpp.
| int main | ( | int | argc, | |
| char const * | argv[] | |||
| ) |
Definition at line 587 of file opreport.cpp.
References run_pp_tool().

1.6.1