2015-04-01 5:25 GMT-03:00 Stefan Schmidt <[email protected]>:
> Nicely spotted. You are right. I moved the documentation to the right
> place in code now.
Thanks Stefan.
I also created a patch to add documentation for ecore_timer_dump (see
attached file). Can you also apply this patch?
--
Vinícius dos Santos Oliveira
https://about.me/vinipsmaker
From 348a4d2908b8fce9856dc9bb8d6324ef9bbbb260 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?=
<[email protected]>
Date: Thu, 14 May 2015 09:58:18 -0300
Subject: [PATCH] ecore: add documentation for ecore_timer_dump
---
src/lib/ecore/Ecore_Common.h | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index c6cc1e7..07bd187 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -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);
/**
--
2.4.0
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel