OutSystems Forge 日本語データベース

Stats_JS

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-06-20 1.0.0 Niels Favreau All All Components, Widgets, Libraries, Plug-ins, How-tos
JavaScript Performance Monitorこれは、コードパフォーマンスを監視するのに役立つ簡単な情報ボックスを提供します。
JavaScriptパフォーマンスモニタ (https://github.com/mrdoob/stats.js/) このクラスは、コードのパフォーマンスを監視するのに役立つ簡単な情報ボックスを提供します。 FPS最後に1秒間にレンダリングされたフレーム。 数字が高いほど良い。 フレームをレンダリングするのに必要なMSミリ秒。 数字が小さいほど良い。 MB割り当てられたメモリのMBytes。 (--enable-precise-memory-infoでChromeを実行する の仕方: 1. 'PageMonotoring' Webblockを参照する 2.パフォーマンスを確認したいページにウェブブロックをドラッグアンドドロップします 3.必要な入力パラメータを入力します。 (どのパフォーマンスパネルを見たいですか? 今後の機能: 1.あなたのページの一部のパフォーマンスを監視します。 2. CSSのカスタマイズ。

[Overview]
JavaScript Performance Monitor This provides a simple info box that will help you monitor your code performance.
[Detail]
JavaScript Performance Monitor (https://github.com/mrdoob/stats.js/) This class provides a simple info box that will help you monitor your code performance. FPS Frames rendered in the last second. The higher the number the better. MS Milliseconds needed to render a frame. The lower the number the better. MB MBytes of allocated memory. (Run Chrome with --enable-precise-memory-info How to: 1. Reference the 'PageMonotoring' webblock 2. Drag and drop the webblock in the page you wish to check performance 3. Fill in the required input parameters. (Which performance panel do you want to see ? Upcoming features: 1. Monitor performance on parts of your page. 2. CSS customizations.
戻る