Home
last modified time | relevance | path

Searched refs:StatPtr (Results 1 – 14 of 14) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DLoadStexes.h14 typedef double (StatIntvlRec::*StatPtr)() const; typedef
17 SideLoadStex(const String &aKey, const String &aName, StatPtr aRate, StatPtr aBwidth);
23 StatPtr theRateStats;
24 StatPtr theBwidthStats;
44 typedef TmSzStat (StatIntvlRec::*StatPtr);
54 StatPtr theStats;
60 typedef HRStat (StatIntvlRec::*StatPtr);
70 StatPtr theStats;
82 ProtoPtr aProto, StatPtr aRate, StatPtr aBwidth);
89 StatPtr theRateStats;
[all …]
H A DLoadStexes.cc17 SideLoadStex::SideLoadStex(const String &aKey, const String &aName, StatPtr aRate, StatPtr aBwidth): in SideLoadStex()
48 ProtoPtr aProto, StatPtr aRate, StatPtr aBwidth): in ProtoSideLoadStex()
H A DLevelStex.h18 typedef LevelStat StatIntvlRec::*StatPtr; typedef
23 LevelStex(const String &aKey, const String &aName, StatPtr aStats): in LevelStex()
40 StatPtr theStats;
H A DPointStex.h92 typedef double (StatIntvlRec::*StatPtr)() const; typedef
96 StatPtr aStatPtr): PointStex(aKey, aName, aUnit), in LoadPointStex()
106 StatPtr theStatPtr;
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/fb303/
H A DExportedStatMapImpl.h40 explicit LockableStat(StatPtr stat) : stat_(std::move(stat)) {} in LockableStat()
57 StatPtr getStatPtr() const { in getStatPtr()
160 StatPtr stat_;
221 addValue(StatPtr& item, time_t now, CounterType value, int64_t times = 1) {
239 StatPtr& item, in addValueAggregated()
H A DTimeseriesExporter.h32 using StatPtr =
39 const StatPtr& stat,
48 const StatPtr& stat,
H A DExportedStatMap.cpp29 StatPtr item = getStatPtrNoExport(name, nullptr, copyMe); in exportStat()
33 ExportedStatMap::StatPtr ExportedStatMap::getStatPtr( in getStatPtr()
38 StatPtr item = getStatPtrNoExport(name, &created); in getStatPtr()
53 ExportedStatMap::StatPtr ExportedStatMap::getStatPtrNoExport( in getStatPtrNoExport()
H A DExportedStatMap.h40 using StatPtr = std::shared_ptr<SyncStat>; variable
42 using StatMap = folly::F14FastMap<std::string, StatPtr>;
124 StatPtr getStatPtr(
136 StatPtr getStatPtrNoExport(
H A DTimeseriesExporter.cpp108 const StatPtr& stat, in exportStat()
134 const StatPtr& stat, in unExportStat()
H A DExportedStatMapImpl.cpp29 StatPtr item = stat.getStatPtr(); in exportStat()
/dports/lang/nickle/nickle-2.90/
H A Dnickle.h596 } Stat, *StatPtr; typedef
619 static inline StatPtr ObjStat(Obj *obj, int i) { in ObjStat()
620 StatPtr stats = (StatPtr) ObjCode(obj,obj->size); in ObjStat()
H A Dcompile.c123 StatPtr s = ObjStat (obj, obj->used_stat); in AddInst()
166 StatPtr s = ObjStat(obj, high); in ObjStatement()
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/fb303/test/
H A DExportedStatMapBenchMark.cpp53 vector<ExportedStatMapImpl::StatPtr> items(kNumKeys); in ExportedPerformace()
H A DExportedStatMapTest.cpp35 ExportedStatMapImpl::StatPtr item = statMap.getStatPtr("test_value"); in testExportedStatMapImpl()