HawkTracer  0.10.0
feature_callstack.h File Reference

Go to the source code of this file.

Functions

HT_DECLS_BEGIN HT_API void ht_feature_callstack_start (HT_Timeline *timeline, HT_CallstackBaseEvent *event)
 
HT_API void ht_feature_callstack_stop (HT_Timeline *timeline)
 
HT_API void ht_feature_callstack_start_int (HT_Timeline *timeline, HT_CallstackEventLabel label)
 
HT_API void ht_feature_callstack_start_string (HT_Timeline *timeline, const char *label)
 
HT_API HT_ErrorCode ht_feature_callstack_enable (HT_Timeline *timeline)
 

Function Documentation

◆ ht_feature_callstack_enable()

HT_API HT_ErrorCode ht_feature_callstack_enable ( HT_Timeline timeline)

◆ ht_feature_callstack_start()

HT_DECLS_BEGIN HT_API void ht_feature_callstack_start ( HT_Timeline timeline,
HT_CallstackBaseEvent event 
)

◆ ht_feature_callstack_start_int()

HT_API void ht_feature_callstack_start_int ( HT_Timeline timeline,
HT_CallstackEventLabel  label 
)

◆ ht_feature_callstack_start_string()

HT_API void ht_feature_callstack_start_string ( HT_Timeline timeline,
const char *  label 
)

◆ ht_feature_callstack_stop()

HT_API void ht_feature_callstack_stop ( HT_Timeline timeline)