(name)
| 207 | } |
| 208 | |
| 209 | function createEmptyNode(name) { |
| 210 | return { |
| 211 | name : name, |
| 212 | codeId: -1, |
| 213 | type : "CAT", |
| 214 | children : [], |
| 215 | ownTicks : 0, |
| 216 | ticks : 0 |
| 217 | }; |
| 218 | } |
| 219 | |
| 220 | class RuntimeCallTreeProcessor { |
| 221 | constructor() { |
no outgoing calls
no test coverage detected
searching dependent graphs…