public class StatisticMonitor extends Object
Constructor and Description |
---|
StatisticMonitor() |
Modifier and Type | Method and Description |
---|---|
static String |
createReport()
Creates a nested statistic report of all parfor and parworker instances.
|
static void |
disableStatMonitoring()
Globally disables statistic monitor for the currently activ JVM.
|
static void |
putPfPwMapping(long pfid,
long pwid)
Register information about parent-child relationships of parworkers and
parfor program blocks, with a parfor can be related to one or many parworkers.
|
static void |
putPFStat(long id,
Stat type,
double s)
Puts a specific parfor statistic for future analysis into the repository.
|
static void |
putPWStat(long id,
Stat type,
double s)
Puts a specific parworker statistic for future analysis into the repository.
|
public static void putPfPwMapping(long pfid, long pwid)
pfid
- ?pwid
- ?public static void putPFStat(long id, Stat type, double s)
id
- ?type
- parfor statistic types
- ?public static void putPWStat(long id, Stat type, double s)
id
- ?type
- parfor statistic types
- ?public static void disableStatMonitoring()
public static String createReport()
Copyright © 2022 The Apache Software Foundation. All rights reserved.