Skip to content

Commit ef29c87

Browse files
committed
10b now parses
1 parent 4e4fd0d commit ef29c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egg__10b_sc_nested_experiment/DumpParser.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def json = new groovy.json.JsonSlurper().parseText(text)
1414
def map = [:]
1515
def threadContainers = json['threadDump']['threadContainers']
1616

17-
threadContainers.findAll { it['container'] =~ /.*ThreadFlock.*/ }.each { threadContainer ->
17+
threadContainers.findAll { it['container'] =~ /.*StructuredTaskScope.*/ }.each { threadContainer ->
1818
def owner = threadContainer['owner']
1919
def threads = threadContainer['threads']
2020
def threadCount = threadContainer['threadCount'] as int

0 commit comments

Comments
 (0)