Home
last modified time | relevance | path

Searched refs:DEFAULT_PGO_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/
H A Druntest.py32 DEFAULT_PGO_THRESHOLD = 10 variable
62 help=f'aot compile with pgo, default threshold is {DEFAULT_PGO_THRESHOLD}')
63 parser.add_argument('--pgo-th', metavar='n', default=DEFAULT_PGO_THRESHOLD, type=int,
64 help=f'pgo hotness threshold, default is {DEFAULT_PGO_THRESHOLD}')

Completed in 1 milliseconds