Return the name of the current node
| 411 | |
| 412 | // Return the name of the current node |
| 413 | RP3D_FORCE_INLINE const char* ProfileNodeIterator::getCurrentName() { |
| 414 | return mCurrentChildNode->getName(); |
| 415 | } |
| 416 | |
| 417 | // Return the total time of the current node |
| 418 | RP3D_FORCE_INLINE std::chrono::duration<double, std::milli> ProfileNodeIterator::getCurrentTotalTime() { |
no test coverage detected