#include <cstdlib>
#include <vector>
#include <list>
#include <iterator>
#include <iostream>
#include "opgprof_options.h"
#include "popt_options.h"
#include "cverb.h"
#include "profile_spec.h"
#include "arrange_profiles.h"
Go to the source code of this file.
Namespaces | |
namespace | options |
Functions | |
void | handle_options (options::spec const &spec) |
Variables | |
profile_classes | classes |
classes of sample filenames to handle | |
inverted_profile | image_profile |
a set of sample filenames to handle. | |
string | options::gmon_filename = "gmon.out" |
Options for opgprof tool
Definition in file opgprof_options.cpp.
void handle_options | ( | options::spec const & | spec | ) |
handle_options - process command line
spec | profile specification |
Process the spec, fatally complaining on error.
Definition at line 105 of file opgprof_options.cpp.
References options::spec::common, profile_spec::create(), cverb, options::spec::first, options::gmon_filename, options::image_path, options::root_path, and vsfile.
classes of sample filenames to handle
All the chosen sample files.
Definition at line 28 of file opgprof_options.cpp.
a set of sample filenames to handle.
Definition at line 29 of file opgprof_options.cpp.