Intro
We've been fiddling around with making SWITCH_REPORT more fine-grained in order to get clearer perspective on the timing.
When investigating the timing use cases, most of the times we use it to measure general time taken to open report, not just switching the report.
For better connection between actual use case and definition, we could rename SWITCH_REPORT to OPEN_REPORT.
The changes would look like so:
SWITCH_REPORT -> OPEN_REPORT
SWITCH_REPORT_THREAD -> OPEN_REPORT_THREAD
SWITCH_REPORT_FROM_PREVIEW -> OPEN_REPORT_FROM_PREVIEW
Intro
We've been fiddling around with making
SWITCH_REPORTmore fine-grained in order to get clearer perspective on the timing.When investigating the timing use cases, most of the times we use it to measure general time taken to open report, not just switching the report.
For better connection between actual use case and definition, we could rename
SWITCH_REPORTtoOPEN_REPORT.The changes would look like so:
SWITCH_REPORT->OPEN_REPORTSWITCH_REPORT_THREAD->OPEN_REPORT_THREADSWITCH_REPORT_FROM_PREVIEW->OPEN_REPORT_FROM_PREVIEW