|
JProfiler offers two types of consoles:
-
Java Console
This is a cross-platform console, that supports text input, sending CTRL-C to the
profiled application, text selection and clipboard operations. For the Java console
you can set the following options:
-
Buffer size
The number of most recent lines of output that are held by the console. Default is 1000.
-
Window size
The initial size (width x height) of the console in characters. Note that the console does not wrap text.
Default is 80 x 25.
This console integrates with JProfiler's Window menu.
-
Native Console
On Microsoft Windows, you also have the option to use the native console.
This console does not integrate with JProfiler's Window menu.
|