This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d95eaf2053ed4ef1360837d2fde833e985852e5b
tree cbdbd1f46a1111d9e86646ec8c71d5435395360d
parent 4583c392cfebc4c8e859e8600961ded70315c2a1
tree cbdbd1f46a1111d9e86646ec8c71d5435395360d
parent 4583c392cfebc4c8e859e8600961ded70315c2a1
README
This project's goal is to create a BrowserPlus[1] plugin to profile Javascript.
Service Description:
A service that analyzes the memory and cpu usage of a web browser. The service can take 1 sample or multiple samples at
a specified
interval. When sampling at intervals, at most 1,000 samples are taken. If you provide a callback function, your
javascript will be called
after every sample is taken. If no callback is provided, all samples are stored in an array and returned after start()
completes or stop()
is called.
Right now it's a hack, no, a kludge that's brittle, ugly and smells bad.
It's osx only.
How to get the service installed:
cd src/native_service/
make
Now visit the html files under the tests directory
[1] http://developer.yahoo.com/browserplus








