RDKit
Open-source cheminformatics and machine learning.
DebugTrace.h File Reference
#include <stdio.h>
#include <string.h>
#include <stddef.h>
#include <time.h>
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/resource.h>

Go to the source code of this file.

Classes

struct  RDKit::FMCS::ExecStatistics
 

Namespaces

 RDKit
 Includes a bunch of functionality for handling Atom and Bond queries.
 
 RDKit::FMCS
 

Macros

#define SEED_GROW_DEEP
 
#define FAST_SUBSTRUCT_CACHE
 
#define DUP_SUBSTRUCT_CACHE
 
#define FAST_INCREMENTAL_MATCH
 
#define VERBOSE_STATISTICS_ON
 

Functions

static unsigned long long nanoClock (void)
 

Macro Definition Documentation

§ DUP_SUBSTRUCT_CACHE

#define DUP_SUBSTRUCT_CACHE

Definition at line 43 of file DebugTrace.h.

§ FAST_INCREMENTAL_MATCH

#define FAST_INCREMENTAL_MATCH

Definition at line 47 of file DebugTrace.h.

§ FAST_SUBSTRUCT_CACHE

#define FAST_SUBSTRUCT_CACHE

Definition at line 42 of file DebugTrace.h.

§ SEED_GROW_DEEP

#define SEED_GROW_DEEP

Definition at line 36 of file DebugTrace.h.

§ VERBOSE_STATISTICS_ON

#define VERBOSE_STATISTICS_ON

Definition at line 52 of file DebugTrace.h.

Function Documentation

§ nanoClock()

static unsigned long long nanoClock ( void  )
inlinestatic

Definition at line 93 of file DebugTrace.h.

Referenced by RDKit::FMCS::MaximumCommonSubgraph::getMaxNumberAtoms().