1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/core/modules/utils
Jermolene d402d3c5a6 Add performance measurement features
This is an experimental module to help us measure the performance of
the refresh cycle and the filter mechanism. Not intended to replace the
performance measurement features in browser developer tools, just to
make it easier to automate performance checks cross-browser.

The immediate purpose is to help in refactoring the filter mechanism.
The recent change to encapsulate the wiki store “tiddlers” object has
hurt the performance of filters, and it’s going to be helpful to have
decent measurements while refactoring that code.

I’m still not convinced that this stuff should be in the core, and may
well end up removing it after the present refactoring cycle.
2014-04-01 08:33:36 +01:00
..
dom Use client bounding rect rather than offset positions for computing scroll positions 2014-03-24 22:31:03 +00:00
crypto.js Rejigged encrypted import so that the current password isn't changed 2014-01-20 13:35:55 +00:00
fakedom.js Disable storyviews when rendering to the fake dom 2014-03-10 18:41:11 +00:00
filesystem.js Add init command to initialise a wiki folder 2014-02-23 22:58:17 +00:00
logger.js Enhance alerting to coalesce repeated alerts with the same text 2014-02-14 10:29:26 +00:00
parsetree.js Further style tweaks to #321 2014-01-03 10:48:00 +00:00
performance.js Add performance measurement features 2014-04-01 08:33:36 +01:00
pluginmaker.js Add experimental support for building plugins in the browser 2014-02-13 14:23:27 +00:00
utils.js Add support for platform dependent high resolution performance timers 2014-03-31 18:42:30 +01:00