Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Arthy74
Visitor

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:

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 ?
0 Kudos
1 REPLY 1
destruk
Binge Watcher

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.
0 Kudos