ROSE
0.9.6a
|
#include <omp.h>
#include <boost/regex.hpp>
#include <iostream>
#include <fstream>
#include <string>
#include "staticCFG.h"
#include <vector>
#include <algorithm>
#include <utility>
#include <sys/time.h>
#include <sys/resource.h>
Go to the source code of this file.
Classes | |
struct | Bot |
struct | compareSgGraphNode |
class | SgGraphTraversal< CFG > |
Functions | |
double | timeDifference (const struct timeval &end, const struct timeval &begin) |
static timeval | getCPUTime () |
bool | is_disjoint (std::set< SgGraphNode * > set1, std::set< SgGraphNode * > set2) |
double timeDifference | ( | const struct timeval & | end, |
const struct timeval & | begin | ||
) |
Definition at line 93 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), SgGraphTraversal< CFG >::evaluatePathsPar(), and SgGraphTraversal< CFG >::traverse().
|
inlinestatic |
Definition at line 98 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), SgGraphTraversal< CFG >::evaluatePathsPar(), and SgGraphTraversal< CFG >::traverse().
bool is_disjoint | ( | std::set< SgGraphNode * > | set1, |
std::set< SgGraphNode * > | set2 | ||
) |
Definition at line 497 of file graphProcessingSgIncGraph.h.