Home
last modified time | relevance | path

Searched defs:ProfileStats (Results 1 – 5 of 5) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/profiler/
H A Dprofiler_defs.h43 struct SO_PUBLIC ProfileStats struct
54 bool operator==(const ProfileStats&) const; argument
61 constexpr ProfileStats(const TimeProfilerStats& time, const MemoryTracker& memory) : in ProfileStats() function
116 ProfileDisabled(ProfileStats&) { } in ProfileDisabled() argument
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DProfiler.h29 struct ProfileStats struct
31 std::vector<BlockStat> block_stats;
32 u64 cost_sum;
33 u64 timecost_sum;
34 u64 countsPerSec;
/dports/math/py-theano/Theano-1.0.5/theano/compile/
H A Dprofiling.py159 class ProfileStats(object): class
/dports/games/libretro-hatari/hatari-561c07e/tools/debugger/
H A Dhatari_profile.py1246 class ProfileStats(ProfileOutput): class
/dports/emulators/hatari/hatari-2.2.1/tools/debugger/
H A Dhatari_profile.py1289 class ProfileStats(ProfileOutput): class