label corresponds to Profile.Label
| 99 | |
| 100 | // label corresponds to Profile.Label |
| 101 | type label struct { |
| 102 | keyX int64 |
| 103 | // Exactly one of the two following values must be set |
| 104 | strX int64 |
| 105 | numX int64 // Integer value for this label |
| 106 | // can be set if numX has value |
| 107 | unitX int64 |
| 108 | } |
| 109 | |
| 110 | // Mapping corresponds to Profile.Mapping |
| 111 | type Mapping struct { |
nothing calls this directly
no outgoing calls
no test coverage detected