Help Center
Local Navigation
- Development Guide
-
Managing BlackBerry
application projects
- Create a BlackBerry application project
- Create a Java source file in a BlackBerry device application project
- Import a BlackBerry application project from an existing BlackBerry JDE workspace
- Import a BlackBerry Java Plug-in for Eclipse sample application
- Import a file into a BlackBerry application project
- Delete a file from a BlackBerry application project
- Change the properties of a BlackBerry application project
- Project dependencies
- Add a project dependency
- Add a .jar file dependency
- Specify the application settings for a BlackBerry application project
- Specify the localization settings for a BlackBerry application project
- Specify compiler settings for a BlackBerry Application project
- Specify the build settings for a BlackBerry application project
- Specify the alternate entry point settings for a BlackBerry application project
- Managing BlackBerry device application memory
- Building a BlackBerry device application
-
Running BlackBerry
device applications that use protected APIs
- Register to use protected BlackBerry APIs
- Using restricted code signatures
- Request a code signature
- Requesting a replacement registration key
- Use a code signing key to protect packages and classes
- Install a new code signing key
- Import an existing code signing key
- Remove a code signing key
- View the signature status for code signature requests
- Restrict access to packages or classes in a BlackBerry library project
- Sign a BlackBerry application project automatically after packaging
- Turn off automatic signature when you package a BlackBerry application project
- Run the BlackBerry Signature Tool in the background
- Suppress password prompts from the BlackBerry Signature Tool
- Suppress code signing warnings
- Testing and debugging BlackBerry applications
-
Making BlackBerry
device applications available to BlackBerry
device users
- Packaging a BlackBerry application project for multiple versions of BlackBerry Device Software
- Distributing a BlackBerry device application from a web page
- Distribute a BlackBerry device application from the BlackBerry Desktop Manager
- Turn off .alx generation when you package a BlackBerry application project
- Localizing BlackBerry device application projects
-
Managing BlackBerry
application projects
- Provide feedback
- Legal notice
BlackBerry Manuals & Help
>
Documentation for Developers
>
BlackBerry Java Plug-in for Eclipse
>
BlackBerry Java Plug-in for Eclipse (Mac)
>
Development Guide - BlackBerry Java Plug-in for Eclipse for Mac - 1.1
Generate Profiler data
- Specify a breakpoint at the beginning and end of the section of code that you want to profile.
- On the Run menu, click Debug As > BlackBerry Device.
- On the BlackBerry® device, run the application. The debugging tool pauses the application when it reaches the first breakpoint.
- In Eclipse®, on the Window menu, click Show View > Other.
- Expand the BlackBerry folder.
- Click BlackBerry Profiler View.
- Click OK.
- In the BlackBerry Profiler View, click Setup Options.
- In the Profiler Options dialog box, select the type of method attribution and the type of information that you want to profile.
- Click OK.
- Press F8 to resume program execution. The debugging tool pauses the application when it reaches the second breakpoint.
- In the BlackBerry Profiler View, click Refresh. The profiler retreives the data. Profiler data is not cleared, so running an application again adds to the data.
- To save the contents of the profiler pane to a comma-separated values (.csv) file, in the BlackBerry Profiler View, click Save
Next topic: Viewing Profiler data
Previous topic: Profiler options