try this first, and then activate  the commented lines, to see the
difference.

var t1 = new Date()
var i,x;
var tid;

// store.suspendNotifications();
for (i=0; i<2; i++) {
    store.saveTiddler(new Tiddler(new Date()))
}
var t2 = new Date()
// store.resumeNotifications()
// store.notifyAll()
console.log("delta: ", t2 - t1)

have fun!
-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to