MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / CacheData

Class CacheData

Source/Utils/micropather.h:344–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 };
343
344 struct CacheData {
345 CacheData() : nBytesAllocated(0), nBytesUsed(0), memoryFraction(0), hit(0), miss(0), hitFraction(0) {}
346 int nBytesAllocated;
347 int nBytesUsed;
348 float memoryFraction;
349
350 int hit;
351 int miss;
352 float hitFraction;
353 };
354
355 /**
356 Create a MicroPather object to solve for a best path. Detailed usage notes are

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected