Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c 


Log Message:
Added instrumentation so I can include it in timing tests.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- e_mod_main.c        29 Sep 2006 08:48:37 -0000      1.149
+++ e_mod_main.c        30 Sep 2006 04:42:30 -0000      1.150
@@ -235,6 +235,7 @@
    IBar *b;
    char buf[4096];
    
+   ecore_desktop_instrumentation_reset();
    b = E_NEW(IBar, 1);
    b->o_box = e_box_add(evas);
    e_box_homogenous_set(b->o_box, 1);
@@ -253,6 +254,7 @@
    if (b->apps) e_app_subdir_scan(b->apps, 0);
    e_app_change_callback_add(_ibar_cb_app_change, b);
    _ibar_fill(b);
+   ecore_desktop_instrumentation_print();
    return b;
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to