We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8b603 commit 82dbc7aCopy full SHA for 82dbc7a
README.md
@@ -1117,13 +1117,13 @@ Returns the number of L2 cache misses. Does this even work?
1117
Returns the previous number of L2 cache misses without the children.
1118
1119
#### number VProfNode:GetPrevLoadHitStoreLessChildren()
1120
-I have no Idea. (ToDo)
+Does nothing / returns always 0.
1121
1122
#### number VProfNode:GetTotalCalls()
1123
Returns how often this node was in scope.
1124
1125
#### VProfNode VProfNode:GetSubNode(string name, number detailLevel, string budgetGroup)
1126
-Returns the subnode? (Verify)
+Returns or creates the VProfNode by the given name.
1127
1128
#### number VProfNode:GetClientData()
1129
Returns the set client data.
0 commit comments