ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
graphProcessingSgIncGraph.h File Reference
#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>
Include dependency graph for graphProcessingSgIncGraph.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)
 

Function Documentation

double timeDifference ( const struct timeval &  end,
const struct timeval &  begin 
)
static timeval getCPUTime ( )
inlinestatic
bool is_disjoint ( std::set< SgGraphNode * >  set1,
std::set< SgGraphNode * >  set2 
)

Definition at line 497 of file graphProcessingSgIncGraph.h.