使用 ubuntu 9 设置速度追踪器
我在使用 ubuntu 设置速度追踪器时遇到一个小问题。 任何帮助(文件/提示...)将不胜感激。
I am having a small issue in setting up speed tracer with ubuntu.
any help (document/hints...) will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google 开发人员提供了一个方便的教程:
http://www.youtube.com/watch?v=Sn_3rJaexKc
以及一些关于如何使用它的示例 :
http://code.google.com/webtoolkit/speedtracer/speed-tracer-examples.html
但是您最好开始位于:
http://code.google.com/webtoolkit/speedtracer/get-started.html
了解所涉及的概念和功能。
祝你好运!
There's a handy tutorial the Google Developers put up at:
http://www.youtube.com/watch?v=Sn_3rJaexKc
And some examples on how to use it at :
http://code.google.com/webtoolkit/speedtracer/speed-tracer-examples.html
But you're probably best off starting at :
http://code.google.com/webtoolkit/speedtracer/get-started.html
to get your head around the concepts and features involved.
Good luck!
将镀铬放在上部灰色面板上。
右键单击 chrome 图标并选择“属性”。
现在将“--enable-extension-timeline-api”附加到命令字段中的文本。
就我而言,命令字段包含:
/opt/google/chrome/google-chrome %U --enable-extension-timeline-api
单击“关闭”。重新启动铬。
Put chrome on the upper, gray panel.
Right click the chrome icon and choose Properties.
Now append "--enable-extension-timeline-api" to the text in the Command field.
In my case the Command field contains:
/opt/google/chrome/google-chrome %U --enable-extension-timeline-api
Click Close. Restart chrome.