Skip to content

Commit 82dbc7a

Browse files
committed
readme: small change
1 parent 0f8b603 commit 82dbc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,13 @@ Returns the number of L2 cache misses. Does this even work?
11171117
Returns the previous number of L2 cache misses without the children.
11181118

11191119
#### number VProfNode:GetPrevLoadHitStoreLessChildren()
1120-
I have no Idea. (ToDo)
1120+
Does nothing / returns always 0.
11211121

11221122
#### number VProfNode:GetTotalCalls()
11231123
Returns how often this node was in scope.
11241124

11251125
#### VProfNode VProfNode:GetSubNode(string name, number detailLevel, string budgetGroup)
1126-
Returns the subnode? (Verify)
1126+
Returns or creates the VProfNode by the given name.
11271127

11281128
#### number VProfNode:GetClientData()
11291129
Returns the set client data.

0 commit comments

Comments
 (0)