ValueType corresponds to Profile.ValueType
| 64 | |
| 65 | // ValueType corresponds to Profile.ValueType |
| 66 | type ValueType struct { |
| 67 | Type string // cpu, wall, inuse_space, etc |
| 68 | Unit string // seconds, nanoseconds, bytes, etc |
| 69 | |
| 70 | typeX int64 |
| 71 | unitX int64 |
| 72 | } |
| 73 | |
| 74 | // Sample corresponds to Profile.Sample |
| 75 | type Sample struct { |
nothing calls this directly
no outgoing calls
no test coverage detected