Add fdo instrumentation to fm. Might be better places for this.

SVN revision: 26143
This commit is contained in:
David Walter Seikel 2006-09-25 13:35:59 +00:00
parent ebabb954a0
commit 14e2ba2707
1 changed files with 2 additions and 0 deletions

View File

@ -784,6 +784,7 @@ _e_fm2_scan_start(Evas_Object *obj)
*/
/* if i add the above pre-scan and it doesnt finish - continue here */
if ((sd->scan_idler) || (sd->scan_timer)) return;
ecore_desktop_instrumentation_reset();
sd->scan_idler = ecore_idler_add(_e_fm2_cb_scan_idler, obj);
sd->scan_timer = ecore_timer_add(0.2, _e_fm2_cb_scan_timer, obj);
edje_object_signal_emit(sd->overlay, "e,state,busy,start", "e");
@ -838,6 +839,7 @@ _e_fm2_scan_stop(Evas_Object *obj)
E_FREE(sd->tmp.list_index);
_e_fm2_queue_free(obj);
_e_fm2_obj_icons_place(sd);
ecore_desktop_instrumentation_print();
}
static void