Arthy74
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018
09:49 PM
BrightScript Profiler on Roku stick
Hello,
I'm trying to enable the bs profiler in a very simple app on my roku stick 3500EU.
I've added:
in the manifest.
Being under software 8.1.0, i side load my app, run the app and browse a little while before exiting it.
then on my mac i open my browser on the roku url, and use utilities page to click on "Profiling Data".
But i get the message "No profiling data available".
Is my roku model not compatible with profiling, or am i doing something wrong here ?
I'm trying to enable the bs profiler in a very simple app on my roku stick 3500EU.
I've added:
bsprof_enable=1
bsprof_enable_mem=1
in the manifest.
Being under software 8.1.0, i side load my app, run the app and browse a little while before exiting it.
then on my mac i open my browser on the roku url, and use utilities page to click on "Profiling Data".
But i get the message "No profiling data available".
Is my roku model not compatible with profiling, or am i doing something wrong here ?
1 REPLY 1
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019
10:28 AM
Re: BrightScript Profiler on Roku stick
If you are still working on this issue for your Roku Stick, the profiler should work.
You need these required entries in your manifest now or it won't actually be enabled -
bsprof_enable=1
bsprof_data_dest=local
bsprof_sample_ratio=1.0
The bsprof_enable_mem=1 is optional, but include it if you want it.
You need these required entries in your manifest now or it won't actually be enabled -
bsprof_enable=1
bsprof_data_dest=local
bsprof_sample_ratio=1.0
The bsprof_enable_mem=1 is optional, but include it if you want it.