When programming an online procedure it can be a consideration as to how long the procedure will take. As such, you may want to have a scientific approach to assessing a procedure that takes the form of a web browser initiated set of web page(s). Well, we came upon (the use of) โฆ
- Google Chrome web browser โฆ
- View -> Developer -> Developer Tools
- Recorder (tab (tool))
โฆ as that โPerformance Measuring Toolโ separating the performance indicators into โฆ
- Loading
- Scripting
- Rendering
- Painting
- System
- Idle
โฆ and offering a Save and Replay functionality in order (for an โinvolvedโ programmer) to change and monitor those changes (to the procedure) in a (scientifically based) performance context. Interesting,huh?!
If this was interesting you may be interested in this too.