public static class ProfileParser.MinorFragInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
int |
majorId |
List<ProfileParser.OperatorProfile> |
ops |
| Constructor and Description |
|---|
MinorFragInfo(int majorId,
JsonObject minorProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
mapOpProfiles(ProfileParser.FragInfo major)
Map each operator execution profiles back to the definition of that
operator.
|
public final int majorId
public final int id
public final List<ProfileParser.OperatorProfile> ops
public void mapOpProfiles(ProfileParser.FragInfo major)
major - major fragment that corresponds to the xx portion of the
operator idCopyright © 2021 The Apache Software Foundation. All rights reserved.