| #define stats_TimerClean | ( | a, | |||
| b | ) | __stats_TimerClean( VLC_OBJECT(a), b ) |
Referenced by __module_need(), and Destructor().
| #define stats_TimerDump | ( | a, | |||
| b | ) | __stats_TimerDump( VLC_OBJECT(a), b ) |
Referenced by __module_need(), and Destructor().
| #define stats_TimersCleanAll | ( | a | ) | __stats_TimersCleanAll( VLC_OBJECT(a) ) |
Referenced by libvlc_InternalCleanup().
| #define stats_TimersDumpAll | ( | a | ) | __stats_TimersDumpAll( VLC_OBJECT(a) ) |
Referenced by libvlc_InternalCleanup().
| #define stats_TimerStart | ( | a, | |||
| b, | |||||
| c | ) | __stats_TimerStart( VLC_OBJECT(a), b,c ) |
Referenced by __module_need(), Create(), playlist_MLDump(), playlist_MLLoad(), Preparse(), and ResetCurrentlyPlaying().
| #define stats_TimerStop | ( | a, | |||
| b | ) | __stats_TimerStop( VLC_OBJECT(a), b ) |
Referenced by __module_need(), MainLoop(), playlist_MLDump(), playlist_MLLoad(), Preparse(), and ResetCurrentlyPlaying().
| anonymous enum |
| anonymous enum |
| void __stats_TimerClean | ( | vlc_object_t * | , | |
| unsigned | int | |||
| ) |
| void __stats_TimerDump | ( | vlc_object_t * | , | |
| unsigned | int | |||
| ) |
| void __stats_TimersCleanAll | ( | vlc_object_t * | ) |
| void __stats_TimersDumpAll | ( | vlc_object_t * | ) |
| void __stats_TimerStart | ( | vlc_object_t * | , | |
| const char * | , | |||
| unsigned | int | |||
| ) |
References vlc_value_t::b_bool, libvlc_priv_t::b_stats, counter_sample_t::date, i, counter_t::i_id, vlc_value_t::i_int, counter_t::i_samples, libvlc_priv_t::i_timers, INSERT_ELEM, libvlc_priv(), mdate(), msg_Warn, vlc_object_t::p_libvlc, counter_t::p_obj, counter_t::pp_samples, libvlc_priv_t::pp_timers, counter_t::psz_name, stats_CounterCreate, STATS_TIMER, strdup(), libvlc_priv_t::timer_lock, counter_sample_t::value, vlc_mutex_lock(), vlc_mutex_unlock(), and VLC_VAR_TIME.
| void __stats_TimerStop | ( | vlc_object_t * | , | |
| unsigned | int | |||
| ) |
References vlc_value_t::b_bool, libvlc_priv_t::b_stats, counter_sample_t::date, i, counter_t::i_id, vlc_value_t::i_int, counter_t::i_samples, libvlc_priv_t::i_timers, libvlc_priv(), mdate(), msg_Err, vlc_object_t::p_libvlc, counter_t::p_obj, counter_t::pp_samples, libvlc_priv_t::pp_timers, libvlc_priv_t::timer_lock, counter_sample_t::value, vlc_mutex_lock(), and vlc_mutex_unlock().
1.5.6