Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization capabilities to DeviceTiming #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jsphkhan
Copy link

Modifications :

  1. Added Charting capabilities for reports generated. Now user can visualize the data in the form of column charts.
  2. Using Express server. Using seperate server instances for instrumentation and reporting. See server.js and report.js for more info.
  3. Client and browser detection from the user agent string. The mobile device names cannot be captured as of now. Better detection mechanism will be provided in future.
  4. All reports by default are generated inside a "reports" folder under the output path specified by user in the report command.
  5. Once reports and visualization charts are generated the reporting server automatically launches the default browser and serves the visualization page.

See the readme file from the forked repo at https://github.com/jsphkhan/DeviceTiming for more details.

Kindly review and also try a demo. I have integrated visualization abilities in the report command. Let me know your thoughts....

Thanks.
Joseph

Added visualization capabilities to Device Timing tool. Others changes
also synced to forked repo.
ReadMe updated
Documented code synced with repot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant