Commit Graph

621 Commits

Author SHA1 Message Date
Daniel Compton d72d2bf0c7 Improve consistency of timing panel UI 2018-02-13 15:59:50 +13:00
Daniel Compton 125cc15fd2 Provide more granular timing info 2018-02-13 15:59:50 +13:00
Daniel Compton 91ab23d8bf Calculate timing for :event/handler, improve fine precision timing 2018-02-13 15:59:50 +13:00
Daniel Compton 7681a90454 Fill out the event processing section 2018-02-13 15:59:50 +13:00
Daniel Compton b3c239ce17 Calculate constituent parts of animation frame timing 2018-02-13 15:59:50 +13:00
Daniel Compton b6e8422cf4 Update Changelog 2018-02-13 15:59:50 +13:00
Daniel Compton 34b64e6979 Improve Timing panel granularity
Fixes #136
2018-02-13 15:59:50 +13:00
Mike Thompson 3997e6ba8d
Update README.md 2018-02-12 20:50:59 +11:00
Mike Thompson 32b557b76c
Update README.md 2018-02-12 20:35:05 +11:00
Mike Thompson 7307eb1b06
Update README.md 2018-02-12 18:35:40 +11:00
Mike Thompson 0147aabc11
Update README.md 2018-02-11 21:14:17 +11:00
Mike Thompson 598a5a4ae8
Update README.md 2018-02-11 18:06:39 +11:00
Mike Thompson cbf40ee120
Update README.md 2018-02-11 17:50:13 +11:00
Daniel Compton 8b6874b4f8 Update CHANGELOG 2018-02-10 21:44:46 +13:00
Daniel Compton ad9853da16 Make trace panel show correct number of traces
Fixes #142
2018-02-10 21:11:01 +13:00
Mike Thompson 69b7d914fd
Update README.md 2018-02-10 18:43:12 +11:00
Mike Thompson 1481e89012
Update README.md 2018-02-10 16:05:10 +11:00
Mike Thompson 41f7fc5d7d
Update README.md 2018-02-10 15:51:28 +11:00
Mike Thompson 1b24b24a48
Update README.md 2018-02-10 15:38:40 +11:00
Mike Thompson 28638a6581
Update InterEpoch.md 2018-02-10 15:11:44 +11:00
Mike Thompson 3a4ddb3115
Update InterEpoch.md 2018-02-10 15:09:11 +11:00
Mike Thompson 6109ec7f52
Update InterEpoch.md 2018-02-10 15:07:52 +11:00
Mike Thompson b7e8fa5528
Update InterEpoch.md 2018-02-10 15:00:57 +11:00
Mike Thompson 32470d0324
Update InterEpoch.md 2018-02-10 14:59:05 +11:00
Mike Thompson 86965f8e62
Update README.md 2018-02-10 11:57:33 +11:00
Mike Thompson e492406744
Update README.md 2018-02-10 11:31:15 +11:00
Mike Thompson d270ec23fa
Update README.md 2018-02-10 11:29:26 +11:00
Mike Thompson 16efb7dd02
Update README.md 2018-02-10 11:09:19 +11:00
Mike Thompson f2a7b5f43d
Update README.md 2018-02-10 11:06:57 +11:00
Mike Thompson a8d4decfe9
Update README.md 2018-02-10 10:52:27 +11:00
Mike Thompson 037523e413
Update README.md 2018-02-10 10:25:38 +11:00
Daniel Compton 7fe907c988 Fix tests 2018-02-10 07:36:21 +13:00
Daniel Compton b689b5dbe6 Version 0.1.20-SNAPSHOT 2018-02-09 21:41:43 +13:00
Daniel Compton 335903e092 Version 0.1.19 2018-02-09 21:41:23 +13:00
Daniel Compton 4d394a3de6 Add inter-epoch subscription docs 2018-02-09 21:36:18 +13:00
Daniel Compton f0ef165b21 Calculate level 2 subscriptions correctly again 2018-02-09 21:06:47 +13:00
Daniel Compton 11954d99b1 Calculate count of subscription traces 2018-02-09 20:57:00 +13:00
Daniel Compton 9454eb1baf Update UI for subs 2018-02-09 20:36:16 +13:00
Daniel Compton 901423878f Update Changelog 2018-02-09 14:18:16 +13:00
Daniel Compton 4081c80810 Remove debugging code 2018-02-09 14:17:58 +13:00
Daniel Compton 930ecc68f4 Sort subscriptions in a more pleasing manner 2018-02-09 13:13:22 +13:00
Daniel Compton 0c7aced207 Use all subscription values between each epoch for calculating sub state
Using filtered-traces means that you will lose sub-state updates. The
filtered-traces are partial parts of an epoch, but it is only passed
to sub-state matching once there is a full epoch matched. At that point
filtered-epochs will not necessarily have a matching complement of
traces. This commit uses all of the stored traces on each run,
meaning that no traces will be dropped.
2018-02-09 05:36:55 +13:00
Daniel Compton 8e6605f58d Provide a diff message when a sub wasn't run 2018-02-09 04:21:33 +13:00
Daniel Compton e4ee6ce567 Provide not run subscriptions and avoid subs with a nil path 2018-02-09 04:11:52 +13:00
Daniel Compton 0259ef0a58 Return separate sub state for epoch and inter-epoch 2018-02-09 03:28:28 +13:00
Daniel Compton 4a5b00b713 Track if a subscription is unchanged 2018-02-09 02:30:57 +13:00
Daniel Compton 3f94b3c960 Improve sub parsing 2018-02-09 01:39:03 +13:00
Daniel Compton 9d90992470 Sub inter-epoch handling 2018-02-09 01:39:03 +13:00
Daniel Compton c427974800 Revert "Revert "Refactor subscription-state parsing""
This reverts commit c6835aab06.
2018-02-09 01:39:03 +13:00
Daniel Compton 277e891594 Correct var name 2018-02-09 01:39:03 +13:00