- Publicity: Public Only All
boomerang-procs.tcl
Integration of the Boomerang Library into OpenACS The Boomerang Library is an open sourced library (BSD licence) for Real User Measurement (RUM) and measures the performance experience of real users by collecting quality indicators from the clients. e.g. based on the W3C Navigation Timing model Details: https://soasta.github.io/boomerang/doc/ https://www.w3.org/TR/navigation-timing/#processing-model This package integrates boomerang as a Plugin in OpenACS.
- Location:
- packages/boomerang/tcl/boomerang-procs.tcl
- Created:
- 2 Jan 2018
- Author:
- Gustaf Neumann
Procedures in this file
- boomerang::initialize_widget (public)
- boomerang::resource_info (public)
Detailed information
boomerang::initialize_widget (public)
boomerang::initialize_widget [ -subsite_id subsite_id ] \ [ -version version ]
Initialize an boomerang widget.
- Switches:
- -subsite_id (optional)
- -version (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
boomerang::resource_info (public)
boomerang::resource_info [ -version version ]
Get information about available version(s) of the boomerang packages, either from the local filesystem, or from CDN.
- Switches:
- -version (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.