Home
last modified time | relevance | path

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

/dports/news/newsstar/newsstar-1.5.6/src/
H A Dstats.c33 static struct timeval stats_start_time; variable
71 if (gettimeofday(&stats_start_time, &tz)) in stats_start()
351 xtimeval_subtract(&now, &stats_start_time, &difference); in stats_summary()
/dports/security/suricata/suricata-6.0.4/src/
H A Dcounters.c96 static time_t stats_start_time; variable
285 time(&stats_start_time); in StatsInitCtxPostOutput()
664 stats_table.start_time = stats_start_time; in StatsOutput()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/impl/
H A DDHTTransportUDPImpl.java176 private long stats_start_time = SystemTime.getCurrentTime(); field in DHTTransportUDPImpl
410 stats_start_time = SystemTime.getCurrentTime(); in createPacketHandler()
485 if ( now < stats_start_time ){ in updateStats()
487 stats_start_time = now; in updateStats()
502 if ( now - stats_start_time > STATS_INIT_PERIOD ){ in updateStats()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/controllers/
H A Daction_controller.gd438 self.stats_start_time()
560 func stats_start_time():
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/
H A Dgame_logic.gd334 action_controller.stats_start_time()