I'm wondering if there is simple way in a (single) Tiddler so you can measure (roughly) how long it takes to render. This, in my case, would aid tests a lot (I'm working at lot with both huge tiddlers and complex processing).
One thought I had was to have a
starting macro that simply saved the current time to a State Tiddler Time-A.
And a final macro that saved the current (
end) time to State Tiddler Time-B.
Then you could use a lightweight math tool like
Thomas Elmiger's RPN to calculate elapsed time between A & B?
Workable?
Anyone done something like this already?
Best wishes
Josiah