Home
last modified time | relevance | path

Searched refs:ScopeStats (Results 1 – 5 of 5) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/posix/
H A Dmeganet.h223 CodeCounter::ScopeStats countCurlHttpIOAddevents = { "curl-httpio-addevents" };
224 CodeCounter::ScopeStats countAddAresEventsCode = { "ares-add-events" };
225 CodeCounter::ScopeStats countAddCurlEventsCode = { "curl-add-events" };
226 CodeCounter::ScopeStats countProcessAresEventsCode = { "ares-process-events" };
227 CodeCounter::ScopeStats countProcessCurlEventsCode = { "curl-process-events" };
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dmegaclient.h1669 CodeCounter::ScopeStats execFunction = { "MegaClient_exec" };
1670 CodeCounter::ScopeStats transferslotDoio = { "TransferSlot_doio" };
1671 CodeCounter::ScopeStats execdirectreads = { "execdirectreads" };
1672 CodeCounter::ScopeStats transferComplete = { "transfer_complete" };
1673 CodeCounter::ScopeStats prepareWait = { "MegaClient_prepareWait" };
1674 CodeCounter::ScopeStats doWait = { "MegaClient_doWait" };
1675 CodeCounter::ScopeStats checkEvents = { "MegaClient_checkEvents" };
1676 CodeCounter::ScopeStats applyKeys = { "MegaClient_applyKeys" };
1677 CodeCounter::ScopeStats dispatchTransfers = { "dispatchTransfers" };
1678 CodeCounter::ScopeStats csResponseProcessingTime = { "cs batch response processing" };
[all …]
H A Dtypes.h668 struct ScopeStats struct
676 ScopeStats(std::string s) : name(std::move(s)) {} in ScopeStats() argument
691 ScopeStats(std::string s) {} argument
719 ScopeStats& scope;
722 ScopeTimer(ScopeStats& sm) : scope(sm), blockStart(high_resolution_clock::now()) in ScopeTimer()
733 ScopeTimer(ScopeStats& sm)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/Dhcp/
H A Dmod.rs830 pub ScopeStats: *mut DHCPV6_STATELESS_SCOPE_STATS, field
840 …TATELESS_STATS").field("NumScopes", &self.NumScopes).field("ScopeStats", &self.ScopeStats).finish() in fmt()
845 self.NumScopes == other.NumScopes && self.ScopeStats == other.ScopeStats in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Dhcp/
H A Dmod.rs772 pub ScopeStats: *mut DHCPV6_STATELESS_SCOPE_STATS, field