MCPcopy Create free account
hub / github.com/apache/trafficserver / increment

Function increment

plugins/esi/lib/Stats.cc:52–59  ·  view source on GitHub ↗

FIXME step should be TSMgmtInt but for some reason the linker is having some strange int vs long name mangling issue.

Source from the content-addressed store, hash-verified

50
51 // FIXME step should be TSMgmtInt but for some reason the linker is having some strange int vs long name mangling issue.
52 void
53 increment(Stats::STAT st, int step /* = 1 */)
54 {
55 if (g_system) {
56 // FIXME doesn't return a value.
57 g_system->increment(st, step);
58 }
59 }
60} // namespace Stats
61} // namespace EsiLib

Callers 15

start_internalMethod · 0.85
mark_storage_offlineMethod · 0.85
cacheInitializedMethod · 0.85
getMethod · 0.85
compress_entriesMethod · 0.85
RamCacheCLFUS.ccFile · 0.85
putMethod · 0.85
marshalMethod · 0.85
lookupMethod · 0.85
open_readMethod · 0.85
open_writeMethod · 0.85

Calls 1

incrementMethod · 0.45

Tested by

no test coverage detected