Quantcast
Viewing all articles
Browse latest Browse all 1853

fast-frames-threshold

Syntax

fast-frames-threshold<integer>

Arguments

A value for the threshold frame rate in frames per second (fps). This value must be higher than the value used for the slow-frames-threshold option.

Default

100 fps

Actions Modified

collect, collect-with

Description

When analyzing frames, use the fast-frames-threshold action-option to separate good frames from fast frames.

Note

This cannot be used for the finalize action.

Example

This example performs the Basic Hotspots analysis, including user tasks specified in your code via the Task API. It marks frames below the slow-frames-threshold of 40 frames per second (fps) as slow, frames above the fast-frames-threshold of 100 fps as fast, and frames between 40 and 100 fps as good. The search-dir specifies the directory to search for symbol information.

$ amplxe-cl -collect hotspots -knob enable-user-tasks=true -slow-frames-threshold 40 -fast-frames-threshold 100 -search-dir "C:\Users\yourname\Documents\Visual Studio projects\MyApp" -- "C:\Users\yourname\Documents\Visual Studio projects\Foo\Debug\myApp.exe"

See Also


Inglese

Viewing all articles
Browse latest Browse all 1853

Trending Articles