OR-Tools  8.1
stats.h File Reference

Go to the source code of this file.

Classes

class  Stat
 
class  StatsGroup
 
class  DistributionStat
 
class  TimeDistribution
 
class  RatioDistribution
 
class  DoubleDistribution
 
class  IntegerDistribution
 
class  EnabledScopedTimeDistributionUpdater
 
class  DisabledScopedTimeDistributionUpdater
 
class  DisabledScopedInstructionCounter
 

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 

Macros

#define IF_STATS_ENABLED(instructions)
 
#define SCOPED_TIME_STAT(stats)
 
#define SCOPED_INSTRUCTION_COUNT(time_limit)
 

Typedefs

using ScopedTimeDistributionUpdater = DisabledScopedTimeDistributionUpdater
 
using ScopedInstructionCounter = DisabledScopedInstructionCounter
 

Functions

std::string MemoryUsage ()
 

Macro Definition Documentation

◆ IF_STATS_ENABLED

#define IF_STATS_ENABLED (   instructions)

Definition at line 435 of file stats.h.

◆ SCOPED_INSTRUCTION_COUNT

#define SCOPED_INSTRUCTION_COUNT (   time_limit)

Definition at line 437 of file stats.h.

◆ SCOPED_TIME_STAT

#define SCOPED_TIME_STAT (   stats)

Definition at line 436 of file stats.h.