ecore: add documentation for ecore_timer_dump
authorVinícius dos Santos Oliveira <vini.ipsmaker@expertisesolutions.com.br>
Thu, 14 May 2015 12:58:18 +0000 (09:58 -0300)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 15 May 2015 08:29:35 +0000 (10:29 +0200)
src/lib/ecore/Ecore_Common.h

index c6cc1e7..07bd187 100644 (file)
@@ -3065,6 +3065,15 @@ EAPI double ecore_timer_precision_get(void);
  */
 EAPI void ecore_timer_precision_set(double precision);
 
+/**
+ * This function returns a human readable text-based log for Ecore_Timer events.
+ *
+ * @return a heap allocated string or NULL. It MUST be freed manually by the
+ * caller using `free`.
+ *
+ * It only contains an useful implementation if EFL is built in debug build
+ * profile, but it's safe to call it for any build profile.
+ */
 EAPI char *ecore_timer_dump(void);
 
 /**