diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta.livecode index 0cb6307..7e66c3c 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta.livecode and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta.livecode differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux.zip b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux.zip similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux.zip rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux.zip index 4e84ca4..90ce9de 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux.zip and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux.zip differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/revzip.so b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/revzip.so similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/revzip.so rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/revzip.so diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/tsNet-x86.so b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/tsNet-x86.so similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/tsNet-x86.so rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/tsNet-x86.so diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Howstr_Desktop_Beta b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Howstr_Desktop_Beta similarity index 97% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Howstr_Desktop_Beta rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Howstr_Desktop_Beta index e4c4306..ff5e132 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Howstr_Desktop_Beta and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Howstr_Desktop_Beta differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/archiveomatic.livecodescript b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/archiveomatic.livecodescript similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/archiveomatic.livecodescript rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/archiveomatic.livecodescript diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/displayerang.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/displayerang.livecode similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/displayerang.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/displayerang.livecode index 087a9a5..7e8df08 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/displayerang.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/displayerang.livecode @@ -4,9 +4,15 @@ function tempNodeDetails @pShort,tDo -- pShort = sMainShort put tDo["info"] into tNodeRec put tDo["doc"] into tDoc + put tNodeRec into tList["rec"] -- 4MAY2017 added so it's easy to specify the step record for this node -- build a cr separated string to put into a list field -- in links&node, then this node's title, then out links&node put pShort[tDoc][tNodeRec]["title"] into tTitle -- may or may not actually have a title + put pShort[tDoc][tNodeRec]["type"] into tList["type"] -- 4MAY2017 added so node details can distinguish state/change + -- pass onlyone along if required + if tNodeRec is among the items of pShort[tDoc][0]["onlyone"] then + put "true" into tList["onlyone"] + end if put "prev skim" into tInTags put "next trim" into tOutTags put 0 into tLineCount @@ -36,7 +42,8 @@ function tempNodeDetails @pShort,tDo -- main body of tag:data pairs for the node put "title memo figure" into tDefaults repeat for each key tKey in pShort[tDoc][tNodeRec] -- ? this one might only actually catch "title" - if tKey is not among the words of "type next prev skim trim read bulk info" then + -- if tKey is not among the words of "type next prev skim trim read bulk info" then + if tKey is not among the words of "type next prev skim trim read bulk info onlyone" then put tLineCount + 1 into tLineCount put tNodeRec into tList[tLineCount]["rec"] put tKey into tList[tLineCount]["label"] @@ -536,7 +543,8 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co set the layer of field "preChange" stack "HowstrBeta" to top -- highlight focused node (since all nodes new, old highlighted one was deleted) put pGUI["nodes"][pNow]["graphic"] into tBlerg - set the backgroundColor of tBlerg to "0,100,100" + -- set the backgroundColor of tBlerg to "0,100,100" + set the backgroundColor of tBlerg to gray -- undo/redo icons -- for quick mode, don't allow user to undo the graph smaller than the minimum action group -- ! 15DEC2015 hide can take graph down to 4 nodes with undo still being acceptable @@ -546,6 +554,27 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co -- else -- set the visible of widget "iconUndo" to pInfo["undo"] -- end if + + -- Kit: setting all widgets/buttons to black + set the foregroundColor of widget "iconUndo" stack "howstrBeta" to black + set the foregroundColor of widget "iconRedo" stack "howstrBeta" to black + set the foregroundColor of widget "iconHelp" stack "howstrBeta" to black + set the foregroundColor of widget "iconClose" stack "howstrBeta" to black + set the foregroundColor of widget "iconMaximize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMinimize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMediumsize" stack "howstrBeta" to black + set the foregroundColor of button "repoButt" stack "howstrBeta" to black + set the foregroundColor of button "caseButt" stack "howstrBeta" to black + set the foregroundColor of button "loadButt" stack "howstrBeta" to black + set the foregroundColor of button "saveAsButt" stack "howstrBeta" to black + set the foregroundColor of button "saveButt" stack "howstrBeta" to black + set the foregroundColor of button "resoButt" stack "howstrBeta" to black + set the foregroundColor of button "instrButt" stack "howstrBeta" to black + set the foregroundColor of button "jeremyBugButt" stack "howstrBeta" to black + set the foregroundColor of button "busySwitch" stack "howstrBeta" to black + set the foregroundColor of button "tooltipSwitch" stack "howstrBeta" to black + + set the visible of widget "iconUndo" stack "howstrBeta" to pInfo["undo"] set the visible of widget "iconRedo" stack "howstrBeta" to pInfo["redo"] -- empty out selection and hide hide button @@ -574,12 +603,16 @@ function makeNode pDetails set the width of the templateField to pDetails["size"] set the name of the templateField to pDetails["node"] & "NodeGraphicDeleteMe" set the location of the templateField to pDetails["coord"] - set the threeD of the templatefield to false - set the showborder of the templatefield to false - set the bordercolor of the templatefield to white - set the backgroundcolor of the templatefield to "0,220,220" - set the textSize of the templatefield to 14 - set the outerglow["color"] of the templatefield to "40,40,40" + set the threeD of the templateField to false + set the showborder of the templateField to true + -- set the bordercolor of the templateField to "80,80,80" + set the bordercolor of the templateField to black + set the borderwidth of the templateField to 2 + -- set the backgroundcolor of the templateField to "0,250,250" + set the backgroundcolor of the templateField to white + set the textSize of the templateField to 14 + --set the style of the templateField to oval + set the outerglow["color"] of the templateField to "40,40,40" -- set the behavior of the templatefield to the long id of button "graphBehave" set the defaultstack to "HowstrBeta" put the defaultstack into tTemp @@ -623,7 +656,8 @@ function makeLink pThis -- pThis[link/line/type] set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -640,7 +674,8 @@ end makeLink function makeScopeLink pThis set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -705,8 +740,10 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath put tNum into tNow["inside"] end if -- clear hilite; will be reapplied later if element still selected - if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false - if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + -- if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false + if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the bordercolor of pGUI[tType][tNum]["graphic"] to black + -- if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to gray -- selection box if tNow["3down"] and intersect(pGUI[tType][tNum]["graphic"],graphic "selectBox" stack "HowstrBeta","pixels") then -- add any new selection to lists @@ -736,10 +773,12 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath end repeat -- hilite selected elements repeat for each item tNum in tNow["nodeSelected"] - set the showborder of pGUI["nodes"][tNum]["graphic"] to true + -- set the showborder of pGUI["nodes"][tNum]["graphic"] to true + set the bordercolor of pGUI["nodes"][tNum]["graphic"] to cyan end repeat repeat for each item tNum in tNow["linkSelected"] - set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + -- set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + set the foregroundColor of pGUI["links"][tNum]["graphic"] to cyan end repeat -- put tNow["nodeSelected"] & cr & tNow["linkSelected"] into field "showMe" stack "HowstrBeta" -- ! for development -- selection box calculation @@ -1713,9 +1752,9 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put pMain[1][0]["UUID"] into pBubbleA["project"]["UUID"] put pShort[1][tCase]["title"] into pBubbleA["project"]["title"] - if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] + -- if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] put pShort[1][tCase]["memo"] into pBubbleA["project"]["memo"] - if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] + -- if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] put pShort[1][tCase]["figure"] into pBubbleA["project"]["figure"] if pBubbleA["project"]["figure"] is not empty then put pBubbleA["project"]["figure"] into tFilename @@ -1740,9 +1779,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou repeat for each item tRec in tTopoChanges put tCount + 1 into tCount put tRec into pBubbleA["action"][tCount]["thruput"] + -- this rec's node details put tRec into pBubbleA["node"][tRec]["record"] + put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] + -- if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] put pShort[1][tRec]["memo"] into pBubbleA["node"][tRec]["memo"] - if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] + -- if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] put pShort[1][tRec]["figure"] into pBubbleA["node"][tRec]["figure"] if pBubbleA["node"][tRec]["figure"] is not empty then put pBubbleA["node"][tRec]["figure"] into tFilename @@ -1752,18 +1794,20 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tRec]["figure"] set itemdelimiter to comma end if - put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] - if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] + put empty into tStuff -- inputs and outputs (and weights) - repeat for each line tLine in pShort[1][tRec]["prev"] - -- this change needs tNode times tWeight as an input + repeat for each line tLine in pShort[1][tRec]["prev"] ------------------ inputs ------------------------- put pShort[1][tLine]["prev"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + put tWeight into pBubbleA["action"][tCount]["inputs"][tNode] + if pBubbleA["action"][tCount]["inputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["inputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1773,23 +1817,24 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat - repeat for each line tLine in pShort[1][tRec]["next"] - -- this change makes tNode times tWeight as an output + repeat for each line tLine in pShort[1][tRec]["next"] ------------------- outputs ---------------------- put pShort[1][tLine]["next"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + put tWeight into pBubbleA["action"][tCount]["outputs"][tNode] + if pBubbleA["action"][tCount]["outputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["outputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1799,14 +1844,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat end repeat -- item tRec in tTopoChanges --------------------------------------------------------- end instructions ------------------------------------------------ @@ -1820,26 +1863,29 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou switch tPut case "in" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["resources"])+1 of pBubbleA["project"]["resources"] - put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] - put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + -- put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] + -- put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["resources"][tRec] + if tRec is among the items of pShort[1][0]["onlyone"] then put 1 into pBubbleA["project"]["resources"][tRec] break case "thru" if pResources[1][tRec]["excess"] > 0 then -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] end if break case "out" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] break end switch end repeat -- each item tRec in pSketch[1][2][tPut] end repeat -- each key tPut in pSketch[1][2] --------------------------------------------------------- end resources -------------------------------------------------- - end arrayForBubble -- ! 15FEB2016 using summarizeResourcesHTML now, but this logic is more general so don't delete diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/easyJSON.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/easyJSON.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/easyJSON.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/easyJSON.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/filephile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/filephile.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/filephile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/filephile.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/grapherrific.livecode similarity index 99% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/grapherrific.livecode index 846c887..9376459 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/grapherrific.livecode @@ -902,6 +902,10 @@ command adjList @pMain,@pShort repeat for each key tDoc in pMain put pMain[tDoc][0]["pointerTags"] into pShort[tDoc][0]["pointerTags"] end repeat + -- hacky way to track states that should export with a weight of 1 + if pMain[1][0]["onlyone"] is not empty then + put pMain[1][0]["onlyone"] into pShort[1][0]["onlyone"] + end if end adjList command topoSort @pShort,@pTopo,@pNoViz,@pNotes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/lazydogpile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/lazydogpile.livecode similarity index 94% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/lazydogpile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/lazydogpile.livecode index 7abdc9e..ed5d5ea 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/lazydogpile.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/lazydogpile.livecode @@ -12,6 +12,7 @@ local sMain -- main[doc][rec][tag]=data/pointers --------------[filepath] = URL to the *.how file --------------[saveStatus] = opened/saved/unsaved --------------[UUID] = a Livecode generated Universally Unique IDentifier; distinguishes this project from all others +--------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMain[1][1-n] = record keys ----------------[step] = this record is pointing to all of the information tags that together make up a graph element ----------------[myStep] = points back to the step that owns a tag @@ -34,6 +35,7 @@ local sMainShort -- sMainShort[1][0] = metadata (doesn't contain [lastKey] because sMainShort is not edited) -------------------[undo] = true if something can be undone -------------------[redo] = true if something can be redone +-------------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMainShort[1][1-n] = record keys (but only the ones representing graph elements) ---------------------[type] = they should all have this tag, since they're all graph elements -- other tags will appear when that step contains them (title, links, etc) @@ -158,20 +160,19 @@ local sForBubbleA -----------------[project][title]=text ---------------------------[memo]=text ---------------------------[figure]=URL ----------------------------[bubble_id]=unique id from bubble's database +---------------------------[bubble_id]=bubble's unique id for project_ver ---------------------------[filepath]=URL from pMain ---------------------------[UUID]=UUID of project ----------------------------[resources]=list of nodes ----------------------------[results]=list of nodes ------------------[action][#][inputs/thruput/outputs]=#,#,# -----------------------------[weights]=string, each input and output with its multiple, if larger than 1 +---------------------------[resources/results][rec]=weight +-----------------[action][#][thruput]=rec +----------------------------[inputs/outputs][rec]=weight ----------------------------[bubble_id]=unique id from bubble's database -----------------[node][#][title]=text ----------------------------[memo]=text ----------------------------[figure]=URL ----------------------------[record]=# ----------------------------[bubble_id]=unique id from bubble's database -----------------------------[as_resource/as_result]=need #x total cr #x for title cr etc / have #x total cr #x from title cr etc + on setupAsOf3FEB2016 set the defaultstack to "HowstrBeta" @@ -183,10 +184,10 @@ on setupAsOf3FEB2016 set the minHeight of stack "howstrBeta" to 400 set the minWidth of stack "howstrBeta" to 500 -- -- shouldn't be necessary forever, but a good hack for now - set the foregroundColor of card 1 of stack "Ask Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Ask Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Ask Dialog" to false -- set the opaque of button "Cancel" of card 1 of stack "Ask Dialog" to false - set the foregroundColor of card 1 of stack "Answer Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Answer Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close current" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close" of card 1 of stack "Answer Dialog" to false @@ -636,6 +637,21 @@ on nodeDetailsChanged changeInfo sMain,tStuff -- grapheriffic end if -- tKey is a num and 'new' is not [empty] end repeat + -- ! a crude hack, but this 'onlyone' check is only relevant to exporting a weight 4MAY2017 + if tDeets["onlyone"] is "true" then + put sMain[sNowDoc][0]["onlyone"] into tList + put tDeets["rec"] into item ((the number of items of tList) + 1) of tList + put noDupes(tList,comma) into tList2 + put tList2 into sMain[sNowDoc][0]["onlyone"] + else + put sMain[sNowDoc][0]["onlyone"] into tList + set the wholematches to true + put itemoffset(tDeets["rec"],tList) into tOffset + if tOffset is not 0 then + put empty into item tOffset of tList + put tList into sMain[sNowDoc][0]["onlyone"] + end if + end if refreshDraw refreshDisplay end nodeDetailsChanged @@ -741,18 +757,6 @@ on repoButtMouseUp put tPath & "/software/repowrangler.livecode" into tRepoWrangler go to stack tRepoWrangler set the cSaveStatus of stack "repoWrangler" to sMain[sNowDoc][0]["saveStatus"] - -- need to save first (commit to local repository) - -- if sMain[sNowDoc][0]["filepath"] is empty then - -- saveAsButtMouseUp - -- if sMain[sNowDoc][0]["filepath"] is empty then exit repoButtMouseUp - -- end if - -- -- adjList already called on every change - -- topoSort sMainShort,sTopoSort,sNotVisited,sNoteList - -- supplyDemand sMainShort,sScopeSketch,sResources,sSomethingChanged,sNotVisited - -- -- put writeInstructions(sMain,sMainShort,sTopoSort,sNotVisited) into tInstr - -- arrayForBubble sMain,sMainShort,sTopoSort,sNotVisited,sForBubbleA,sScopeSketch,sResources -- in displayerang - -- set the cPayload of stack "repowrangler" to sForBubbleA - -- go to stack "repowrangler" end repoButtMouseUp on uploadPrep @@ -774,7 +778,7 @@ on saveButtMouseUp -- put the result into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put tResult into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" set itemdelimiter to slash put item -1 of sMain[sNowDoc][0]["filepath"] into tForShow -- replace ".how" with "" in tForShow @@ -847,7 +851,7 @@ on saveAsButtMouseUp put jsonFromArray(sMain[sNowDoc]) into tReq["fileData"] put saveNewProject(tReq) into tFullName put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" put tFullName into sMain[sNowDoc][0]["filepath"] put item -1 of tFullName into tForShow replace ".how" with "" in tForShow @@ -1109,3 +1113,55 @@ on repoButtMouseUp go stack "software/repowrangler.livecode" end repoButtMouseUp +function noDupes tList,tDelim,tCaseSensitive + /* noDupes Text Items + Syntax: + noDupes (tList,[tDelim],[tCaseSensitive]) + Examples: + assuming theList starts as a comma-delimited list + + noDupes (theList) + noDupes (theList,comma) + noDupes (theList,comma,true) + + following which theList will contain the original list + stripped of empty and duplicate items + + Description: + strips duplicate (and empty) lines/items from a list + + . if tDelim = empty then looks first for the presence of cr in tList, + . if found, defaults to cr as the delimiter + . if no cr found, looks for the presence of comma in tList, + . if found, defaults to comma as the delimiter + . if neither found, returns empty (user should have specified another delim) + + returns a list with same delim as input list + order of list will likely be changed, may require re-sorting + the *command* NoDuplicates (q.v.) scales better with very large lists + but is inherently case-sensitive, ie, will retain both "Chuck" and "chuck" + + Source: + noDupes */ + + if tCaseSensitive = empty then put false into tCaseSensitive + set the caseSensitive to tCaseSensitive + if tList = empty then return empty + if tDelim = empty then + if cr is in tList then + put sr into tDelim + else if comma is in tList then + put comma into tDelim + else + return empty + end if + end if + set the itemdelimiter to tDelim + repeat for each item i in tList + if i = empty then next repeat + put 1 into aFinal[i] + end repeat + put the keys of aFinal into finalList + replace cr with tDelim in finalList + return finalList +end noDupes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/mathamagics.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/mathamagics.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/mathamagics.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/mathamagics.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/quickiator.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/quickiator.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/quickiator.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/quickiator.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/repowrangler.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/repowrangler.livecode similarity index 87% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/repowrangler.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/repowrangler.livecode index 496f551..642c215 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/repowrangler.livecode and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/repowrangler.livecode differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/HowstrBeta_main_backup b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/HowstrBeta_main_backup similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/HowstrBeta_main_backup rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/HowstrBeta_main_backup diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_Beta_Refactor_notes b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_Beta_Refactor_notes similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_Beta_Refactor_notes rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_Beta_Refactor_notes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_refactor_1.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_refactor_1.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_refactor_1.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_refactor_1.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_refactor_2.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_refactor_2.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/Howstr_refactor_2.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/Howstr_refactor_2.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/screenshot.gif new file mode 100644 index 0000000..5d74341 Binary files /dev/null and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/temp/screenshot.gif differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64.zip b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64.zip similarity index 57% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64.zip rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64.zip index f850106..4948b07 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64.zip and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64.zip differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Externals/revzip.so b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Externals/revzip.so similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Externals/revzip.so rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Externals/revzip.so diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Externals/tsNet-x64.so b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Externals/tsNet-x64.so similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Externals/tsNet-x64.so rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Externals/tsNet-x64.so diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Howstr_Desktop_Beta b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Howstr_Desktop_Beta similarity index 97% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Howstr_Desktop_Beta rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Howstr_Desktop_Beta index fe9c5da..1c6c14c 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/Howstr_Desktop_Beta and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/Howstr_Desktop_Beta differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/archiveomatic.livecodescript b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/archiveomatic.livecodescript similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/archiveomatic.livecodescript rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/archiveomatic.livecodescript diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/displayerang.livecode similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/displayerang.livecode index 087a9a5..7e8df08 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/displayerang.livecode @@ -4,9 +4,15 @@ function tempNodeDetails @pShort,tDo -- pShort = sMainShort put tDo["info"] into tNodeRec put tDo["doc"] into tDoc + put tNodeRec into tList["rec"] -- 4MAY2017 added so it's easy to specify the step record for this node -- build a cr separated string to put into a list field -- in links&node, then this node's title, then out links&node put pShort[tDoc][tNodeRec]["title"] into tTitle -- may or may not actually have a title + put pShort[tDoc][tNodeRec]["type"] into tList["type"] -- 4MAY2017 added so node details can distinguish state/change + -- pass onlyone along if required + if tNodeRec is among the items of pShort[tDoc][0]["onlyone"] then + put "true" into tList["onlyone"] + end if put "prev skim" into tInTags put "next trim" into tOutTags put 0 into tLineCount @@ -36,7 +42,8 @@ function tempNodeDetails @pShort,tDo -- main body of tag:data pairs for the node put "title memo figure" into tDefaults repeat for each key tKey in pShort[tDoc][tNodeRec] -- ? this one might only actually catch "title" - if tKey is not among the words of "type next prev skim trim read bulk info" then + -- if tKey is not among the words of "type next prev skim trim read bulk info" then + if tKey is not among the words of "type next prev skim trim read bulk info onlyone" then put tLineCount + 1 into tLineCount put tNodeRec into tList[tLineCount]["rec"] put tKey into tList[tLineCount]["label"] @@ -536,7 +543,8 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co set the layer of field "preChange" stack "HowstrBeta" to top -- highlight focused node (since all nodes new, old highlighted one was deleted) put pGUI["nodes"][pNow]["graphic"] into tBlerg - set the backgroundColor of tBlerg to "0,100,100" + -- set the backgroundColor of tBlerg to "0,100,100" + set the backgroundColor of tBlerg to gray -- undo/redo icons -- for quick mode, don't allow user to undo the graph smaller than the minimum action group -- ! 15DEC2015 hide can take graph down to 4 nodes with undo still being acceptable @@ -546,6 +554,27 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co -- else -- set the visible of widget "iconUndo" to pInfo["undo"] -- end if + + -- Kit: setting all widgets/buttons to black + set the foregroundColor of widget "iconUndo" stack "howstrBeta" to black + set the foregroundColor of widget "iconRedo" stack "howstrBeta" to black + set the foregroundColor of widget "iconHelp" stack "howstrBeta" to black + set the foregroundColor of widget "iconClose" stack "howstrBeta" to black + set the foregroundColor of widget "iconMaximize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMinimize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMediumsize" stack "howstrBeta" to black + set the foregroundColor of button "repoButt" stack "howstrBeta" to black + set the foregroundColor of button "caseButt" stack "howstrBeta" to black + set the foregroundColor of button "loadButt" stack "howstrBeta" to black + set the foregroundColor of button "saveAsButt" stack "howstrBeta" to black + set the foregroundColor of button "saveButt" stack "howstrBeta" to black + set the foregroundColor of button "resoButt" stack "howstrBeta" to black + set the foregroundColor of button "instrButt" stack "howstrBeta" to black + set the foregroundColor of button "jeremyBugButt" stack "howstrBeta" to black + set the foregroundColor of button "busySwitch" stack "howstrBeta" to black + set the foregroundColor of button "tooltipSwitch" stack "howstrBeta" to black + + set the visible of widget "iconUndo" stack "howstrBeta" to pInfo["undo"] set the visible of widget "iconRedo" stack "howstrBeta" to pInfo["redo"] -- empty out selection and hide hide button @@ -574,12 +603,16 @@ function makeNode pDetails set the width of the templateField to pDetails["size"] set the name of the templateField to pDetails["node"] & "NodeGraphicDeleteMe" set the location of the templateField to pDetails["coord"] - set the threeD of the templatefield to false - set the showborder of the templatefield to false - set the bordercolor of the templatefield to white - set the backgroundcolor of the templatefield to "0,220,220" - set the textSize of the templatefield to 14 - set the outerglow["color"] of the templatefield to "40,40,40" + set the threeD of the templateField to false + set the showborder of the templateField to true + -- set the bordercolor of the templateField to "80,80,80" + set the bordercolor of the templateField to black + set the borderwidth of the templateField to 2 + -- set the backgroundcolor of the templateField to "0,250,250" + set the backgroundcolor of the templateField to white + set the textSize of the templateField to 14 + --set the style of the templateField to oval + set the outerglow["color"] of the templateField to "40,40,40" -- set the behavior of the templatefield to the long id of button "graphBehave" set the defaultstack to "HowstrBeta" put the defaultstack into tTemp @@ -623,7 +656,8 @@ function makeLink pThis -- pThis[link/line/type] set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -640,7 +674,8 @@ end makeLink function makeScopeLink pThis set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -705,8 +740,10 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath put tNum into tNow["inside"] end if -- clear hilite; will be reapplied later if element still selected - if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false - if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + -- if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false + if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the bordercolor of pGUI[tType][tNum]["graphic"] to black + -- if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to gray -- selection box if tNow["3down"] and intersect(pGUI[tType][tNum]["graphic"],graphic "selectBox" stack "HowstrBeta","pixels") then -- add any new selection to lists @@ -736,10 +773,12 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath end repeat -- hilite selected elements repeat for each item tNum in tNow["nodeSelected"] - set the showborder of pGUI["nodes"][tNum]["graphic"] to true + -- set the showborder of pGUI["nodes"][tNum]["graphic"] to true + set the bordercolor of pGUI["nodes"][tNum]["graphic"] to cyan end repeat repeat for each item tNum in tNow["linkSelected"] - set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + -- set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + set the foregroundColor of pGUI["links"][tNum]["graphic"] to cyan end repeat -- put tNow["nodeSelected"] & cr & tNow["linkSelected"] into field "showMe" stack "HowstrBeta" -- ! for development -- selection box calculation @@ -1713,9 +1752,9 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put pMain[1][0]["UUID"] into pBubbleA["project"]["UUID"] put pShort[1][tCase]["title"] into pBubbleA["project"]["title"] - if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] + -- if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] put pShort[1][tCase]["memo"] into pBubbleA["project"]["memo"] - if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] + -- if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] put pShort[1][tCase]["figure"] into pBubbleA["project"]["figure"] if pBubbleA["project"]["figure"] is not empty then put pBubbleA["project"]["figure"] into tFilename @@ -1740,9 +1779,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou repeat for each item tRec in tTopoChanges put tCount + 1 into tCount put tRec into pBubbleA["action"][tCount]["thruput"] + -- this rec's node details put tRec into pBubbleA["node"][tRec]["record"] + put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] + -- if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] put pShort[1][tRec]["memo"] into pBubbleA["node"][tRec]["memo"] - if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] + -- if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] put pShort[1][tRec]["figure"] into pBubbleA["node"][tRec]["figure"] if pBubbleA["node"][tRec]["figure"] is not empty then put pBubbleA["node"][tRec]["figure"] into tFilename @@ -1752,18 +1794,20 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tRec]["figure"] set itemdelimiter to comma end if - put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] - if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] + put empty into tStuff -- inputs and outputs (and weights) - repeat for each line tLine in pShort[1][tRec]["prev"] - -- this change needs tNode times tWeight as an input + repeat for each line tLine in pShort[1][tRec]["prev"] ------------------ inputs ------------------------- put pShort[1][tLine]["prev"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + put tWeight into pBubbleA["action"][tCount]["inputs"][tNode] + if pBubbleA["action"][tCount]["inputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["inputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1773,23 +1817,24 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat - repeat for each line tLine in pShort[1][tRec]["next"] - -- this change makes tNode times tWeight as an output + repeat for each line tLine in pShort[1][tRec]["next"] ------------------- outputs ---------------------- put pShort[1][tLine]["next"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + put tWeight into pBubbleA["action"][tCount]["outputs"][tNode] + if pBubbleA["action"][tCount]["outputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["outputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1799,14 +1844,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat end repeat -- item tRec in tTopoChanges --------------------------------------------------------- end instructions ------------------------------------------------ @@ -1820,26 +1863,29 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou switch tPut case "in" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["resources"])+1 of pBubbleA["project"]["resources"] - put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] - put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + -- put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] + -- put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["resources"][tRec] + if tRec is among the items of pShort[1][0]["onlyone"] then put 1 into pBubbleA["project"]["resources"][tRec] break case "thru" if pResources[1][tRec]["excess"] > 0 then -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] end if break case "out" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] break end switch end repeat -- each item tRec in pSketch[1][2][tPut] end repeat -- each key tPut in pSketch[1][2] --------------------------------------------------------- end resources -------------------------------------------------- - end arrayForBubble -- ! 15FEB2016 using summarizeResourcesHTML now, but this logic is more general so don't delete diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/easyJSON.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/easyJSON.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/easyJSON.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/easyJSON.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/filephile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/filephile.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/filephile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/filephile.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/grapherrific.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/grapherrific.livecode similarity index 99% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/grapherrific.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/grapherrific.livecode index 846c887..9376459 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/grapherrific.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/grapherrific.livecode @@ -902,6 +902,10 @@ command adjList @pMain,@pShort repeat for each key tDoc in pMain put pMain[tDoc][0]["pointerTags"] into pShort[tDoc][0]["pointerTags"] end repeat + -- hacky way to track states that should export with a weight of 1 + if pMain[1][0]["onlyone"] is not empty then + put pMain[1][0]["onlyone"] into pShort[1][0]["onlyone"] + end if end adjList command topoSort @pShort,@pTopo,@pNoViz,@pNotes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/lazydogpile.livecode similarity index 94% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/lazydogpile.livecode index 7abdc9e..ed5d5ea 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/lazydogpile.livecode @@ -12,6 +12,7 @@ local sMain -- main[doc][rec][tag]=data/pointers --------------[filepath] = URL to the *.how file --------------[saveStatus] = opened/saved/unsaved --------------[UUID] = a Livecode generated Universally Unique IDentifier; distinguishes this project from all others +--------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMain[1][1-n] = record keys ----------------[step] = this record is pointing to all of the information tags that together make up a graph element ----------------[myStep] = points back to the step that owns a tag @@ -34,6 +35,7 @@ local sMainShort -- sMainShort[1][0] = metadata (doesn't contain [lastKey] because sMainShort is not edited) -------------------[undo] = true if something can be undone -------------------[redo] = true if something can be redone +-------------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMainShort[1][1-n] = record keys (but only the ones representing graph elements) ---------------------[type] = they should all have this tag, since they're all graph elements -- other tags will appear when that step contains them (title, links, etc) @@ -158,20 +160,19 @@ local sForBubbleA -----------------[project][title]=text ---------------------------[memo]=text ---------------------------[figure]=URL ----------------------------[bubble_id]=unique id from bubble's database +---------------------------[bubble_id]=bubble's unique id for project_ver ---------------------------[filepath]=URL from pMain ---------------------------[UUID]=UUID of project ----------------------------[resources]=list of nodes ----------------------------[results]=list of nodes ------------------[action][#][inputs/thruput/outputs]=#,#,# -----------------------------[weights]=string, each input and output with its multiple, if larger than 1 +---------------------------[resources/results][rec]=weight +-----------------[action][#][thruput]=rec +----------------------------[inputs/outputs][rec]=weight ----------------------------[bubble_id]=unique id from bubble's database -----------------[node][#][title]=text ----------------------------[memo]=text ----------------------------[figure]=URL ----------------------------[record]=# ----------------------------[bubble_id]=unique id from bubble's database -----------------------------[as_resource/as_result]=need #x total cr #x for title cr etc / have #x total cr #x from title cr etc + on setupAsOf3FEB2016 set the defaultstack to "HowstrBeta" @@ -183,10 +184,10 @@ on setupAsOf3FEB2016 set the minHeight of stack "howstrBeta" to 400 set the minWidth of stack "howstrBeta" to 500 -- -- shouldn't be necessary forever, but a good hack for now - set the foregroundColor of card 1 of stack "Ask Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Ask Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Ask Dialog" to false -- set the opaque of button "Cancel" of card 1 of stack "Ask Dialog" to false - set the foregroundColor of card 1 of stack "Answer Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Answer Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close current" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close" of card 1 of stack "Answer Dialog" to false @@ -636,6 +637,21 @@ on nodeDetailsChanged changeInfo sMain,tStuff -- grapheriffic end if -- tKey is a num and 'new' is not [empty] end repeat + -- ! a crude hack, but this 'onlyone' check is only relevant to exporting a weight 4MAY2017 + if tDeets["onlyone"] is "true" then + put sMain[sNowDoc][0]["onlyone"] into tList + put tDeets["rec"] into item ((the number of items of tList) + 1) of tList + put noDupes(tList,comma) into tList2 + put tList2 into sMain[sNowDoc][0]["onlyone"] + else + put sMain[sNowDoc][0]["onlyone"] into tList + set the wholematches to true + put itemoffset(tDeets["rec"],tList) into tOffset + if tOffset is not 0 then + put empty into item tOffset of tList + put tList into sMain[sNowDoc][0]["onlyone"] + end if + end if refreshDraw refreshDisplay end nodeDetailsChanged @@ -741,18 +757,6 @@ on repoButtMouseUp put tPath & "/software/repowrangler.livecode" into tRepoWrangler go to stack tRepoWrangler set the cSaveStatus of stack "repoWrangler" to sMain[sNowDoc][0]["saveStatus"] - -- need to save first (commit to local repository) - -- if sMain[sNowDoc][0]["filepath"] is empty then - -- saveAsButtMouseUp - -- if sMain[sNowDoc][0]["filepath"] is empty then exit repoButtMouseUp - -- end if - -- -- adjList already called on every change - -- topoSort sMainShort,sTopoSort,sNotVisited,sNoteList - -- supplyDemand sMainShort,sScopeSketch,sResources,sSomethingChanged,sNotVisited - -- -- put writeInstructions(sMain,sMainShort,sTopoSort,sNotVisited) into tInstr - -- arrayForBubble sMain,sMainShort,sTopoSort,sNotVisited,sForBubbleA,sScopeSketch,sResources -- in displayerang - -- set the cPayload of stack "repowrangler" to sForBubbleA - -- go to stack "repowrangler" end repoButtMouseUp on uploadPrep @@ -774,7 +778,7 @@ on saveButtMouseUp -- put the result into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put tResult into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" set itemdelimiter to slash put item -1 of sMain[sNowDoc][0]["filepath"] into tForShow -- replace ".how" with "" in tForShow @@ -847,7 +851,7 @@ on saveAsButtMouseUp put jsonFromArray(sMain[sNowDoc]) into tReq["fileData"] put saveNewProject(tReq) into tFullName put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" put tFullName into sMain[sNowDoc][0]["filepath"] put item -1 of tFullName into tForShow replace ".how" with "" in tForShow @@ -1109,3 +1113,55 @@ on repoButtMouseUp go stack "software/repowrangler.livecode" end repoButtMouseUp +function noDupes tList,tDelim,tCaseSensitive + /* noDupes Text Items + Syntax: + noDupes (tList,[tDelim],[tCaseSensitive]) + Examples: + assuming theList starts as a comma-delimited list + + noDupes (theList) + noDupes (theList,comma) + noDupes (theList,comma,true) + + following which theList will contain the original list + stripped of empty and duplicate items + + Description: + strips duplicate (and empty) lines/items from a list + + . if tDelim = empty then looks first for the presence of cr in tList, + . if found, defaults to cr as the delimiter + . if no cr found, looks for the presence of comma in tList, + . if found, defaults to comma as the delimiter + . if neither found, returns empty (user should have specified another delim) + + returns a list with same delim as input list + order of list will likely be changed, may require re-sorting + the *command* NoDuplicates (q.v.) scales better with very large lists + but is inherently case-sensitive, ie, will retain both "Chuck" and "chuck" + + Source: + noDupes */ + + if tCaseSensitive = empty then put false into tCaseSensitive + set the caseSensitive to tCaseSensitive + if tList = empty then return empty + if tDelim = empty then + if cr is in tList then + put sr into tDelim + else if comma is in tList then + put comma into tDelim + else + return empty + end if + end if + set the itemdelimiter to tDelim + repeat for each item i in tList + if i = empty then next repeat + put 1 into aFinal[i] + end repeat + put the keys of aFinal into finalList + replace cr with tDelim in finalList + return finalList +end noDupes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/mathamagics.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/mathamagics.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/mathamagics.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/mathamagics.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/quickiator.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/quickiator.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/quickiator.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/quickiator.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/repowrangler.livecode similarity index 87% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/repowrangler.livecode index 24ce641..642c215 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/software/repowrangler.livecode differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/HowstrBeta_main_backup b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/HowstrBeta_main_backup similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/HowstrBeta_main_backup rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/HowstrBeta_main_backup diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_Beta_Refactor_notes b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_Beta_Refactor_notes similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_Beta_Refactor_notes rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_Beta_Refactor_notes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_refactor_1.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_refactor_1.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_refactor_1.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_refactor_1.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_refactor_2.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_refactor_2.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/Howstr_refactor_2.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/Howstr_refactor_2.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/screenshot.gif new file mode 100644 index 0000000..5d74341 Binary files /dev/null and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux_x64/temp/screenshot.gif differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX.zip b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX.zip similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX.zip rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX.zip index 7f6a77f..9157520 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX.zip and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX.zip differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist similarity index 92% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist index dacaec2..02144c3 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Info.plist @@ -28,7 +28,7 @@ CFBundleExecutable Howstr_Desktop_Beta CFBundleGetInfoString -Untitled 1 Version 1.0.0.0 +Howstr Desktop Beta Version 1.0.0.0 CFBundleIconFile Standalone.icns CFBundleIdentifier @@ -36,9 +36,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString -Untitled 1 1.0.0.0 +Howstr 1.0.0.0 CFBundleName -Untitled 1 +Howstr Desktop Beta for Mac CFBundlePackageType APPL CFBundleShortVersionString @@ -76,7 +76,7 @@ NSHighResolutionCapable NSHumanReadableCopyright -2015 All rights reserved worldwide +MIT (open source) NSPrincipalClass com_runrev_livecode_MCApplication diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/Info.plist b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/Info.plist similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/Info.plist rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/Info.plist diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/MacOS/revzip b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/MacOS/revzip similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/MacOS/revzip rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/MacOS/revzip diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/PkgInfo b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/PkgInfo similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/PkgInfo rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/revzip.bundle/Contents/PkgInfo diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/Info.plist b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/Info.plist similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/Info.plist rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/Info.plist diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/MacOS/tsNet b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/MacOS/tsNet similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/MacOS/tsNet rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/MacOS/tsNet diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/PkgInfo b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/PkgInfo similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/PkgInfo rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/PkgInfo diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/_CodeSignature/CodeResources b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/_CodeSignature/CodeResources similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/_CodeSignature/CodeResources rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Externals/tsNet.bundle/Contents/_CodeSignature/CodeResources diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta similarity index 97% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta index 605798a..c83b0da 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/MacOS/Howstr_Desktop_Beta differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/PkgInfo b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/PkgInfo similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/PkgInfo rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/PkgInfo diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Dutch.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Dutch.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Dutch.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Dutch.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/English.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/English.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/English.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/English.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/French.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/French.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/French.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/French.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/German.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/German.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/German.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/German.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Italian.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Italian.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Italian.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Italian.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Japanese.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Japanese.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Japanese.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Japanese.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Spanish.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Spanish.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Spanish.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Spanish.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Standalone.icns b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Standalone.icns similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Standalone.icns rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/Standalone.icns diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/StandaloneDoc.icns b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/StandaloneDoc.icns similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/StandaloneDoc.icns rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/StandaloneDoc.icns diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/archiveomatic.livecodescript b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/archiveomatic.livecodescript similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/archiveomatic.livecodescript rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/archiveomatic.livecodescript diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/displayerang.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/displayerang.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode index 087a9a5..7e8df08 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/displayerang.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/displayerang.livecode @@ -4,9 +4,15 @@ function tempNodeDetails @pShort,tDo -- pShort = sMainShort put tDo["info"] into tNodeRec put tDo["doc"] into tDoc + put tNodeRec into tList["rec"] -- 4MAY2017 added so it's easy to specify the step record for this node -- build a cr separated string to put into a list field -- in links&node, then this node's title, then out links&node put pShort[tDoc][tNodeRec]["title"] into tTitle -- may or may not actually have a title + put pShort[tDoc][tNodeRec]["type"] into tList["type"] -- 4MAY2017 added so node details can distinguish state/change + -- pass onlyone along if required + if tNodeRec is among the items of pShort[tDoc][0]["onlyone"] then + put "true" into tList["onlyone"] + end if put "prev skim" into tInTags put "next trim" into tOutTags put 0 into tLineCount @@ -36,7 +42,8 @@ function tempNodeDetails @pShort,tDo -- main body of tag:data pairs for the node put "title memo figure" into tDefaults repeat for each key tKey in pShort[tDoc][tNodeRec] -- ? this one might only actually catch "title" - if tKey is not among the words of "type next prev skim trim read bulk info" then + -- if tKey is not among the words of "type next prev skim trim read bulk info" then + if tKey is not among the words of "type next prev skim trim read bulk info onlyone" then put tLineCount + 1 into tLineCount put tNodeRec into tList[tLineCount]["rec"] put tKey into tList[tLineCount]["label"] @@ -536,7 +543,8 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co set the layer of field "preChange" stack "HowstrBeta" to top -- highlight focused node (since all nodes new, old highlighted one was deleted) put pGUI["nodes"][pNow]["graphic"] into tBlerg - set the backgroundColor of tBlerg to "0,100,100" + -- set the backgroundColor of tBlerg to "0,100,100" + set the backgroundColor of tBlerg to gray -- undo/redo icons -- for quick mode, don't allow user to undo the graph smaller than the minimum action group -- ! 15DEC2015 hide can take graph down to 4 nodes with undo still being acceptable @@ -546,6 +554,27 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co -- else -- set the visible of widget "iconUndo" to pInfo["undo"] -- end if + + -- Kit: setting all widgets/buttons to black + set the foregroundColor of widget "iconUndo" stack "howstrBeta" to black + set the foregroundColor of widget "iconRedo" stack "howstrBeta" to black + set the foregroundColor of widget "iconHelp" stack "howstrBeta" to black + set the foregroundColor of widget "iconClose" stack "howstrBeta" to black + set the foregroundColor of widget "iconMaximize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMinimize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMediumsize" stack "howstrBeta" to black + set the foregroundColor of button "repoButt" stack "howstrBeta" to black + set the foregroundColor of button "caseButt" stack "howstrBeta" to black + set the foregroundColor of button "loadButt" stack "howstrBeta" to black + set the foregroundColor of button "saveAsButt" stack "howstrBeta" to black + set the foregroundColor of button "saveButt" stack "howstrBeta" to black + set the foregroundColor of button "resoButt" stack "howstrBeta" to black + set the foregroundColor of button "instrButt" stack "howstrBeta" to black + set the foregroundColor of button "jeremyBugButt" stack "howstrBeta" to black + set the foregroundColor of button "busySwitch" stack "howstrBeta" to black + set the foregroundColor of button "tooltipSwitch" stack "howstrBeta" to black + + set the visible of widget "iconUndo" stack "howstrBeta" to pInfo["undo"] set the visible of widget "iconRedo" stack "howstrBeta" to pInfo["redo"] -- empty out selection and hide hide button @@ -574,12 +603,16 @@ function makeNode pDetails set the width of the templateField to pDetails["size"] set the name of the templateField to pDetails["node"] & "NodeGraphicDeleteMe" set the location of the templateField to pDetails["coord"] - set the threeD of the templatefield to false - set the showborder of the templatefield to false - set the bordercolor of the templatefield to white - set the backgroundcolor of the templatefield to "0,220,220" - set the textSize of the templatefield to 14 - set the outerglow["color"] of the templatefield to "40,40,40" + set the threeD of the templateField to false + set the showborder of the templateField to true + -- set the bordercolor of the templateField to "80,80,80" + set the bordercolor of the templateField to black + set the borderwidth of the templateField to 2 + -- set the backgroundcolor of the templateField to "0,250,250" + set the backgroundcolor of the templateField to white + set the textSize of the templateField to 14 + --set the style of the templateField to oval + set the outerglow["color"] of the templateField to "40,40,40" -- set the behavior of the templatefield to the long id of button "graphBehave" set the defaultstack to "HowstrBeta" put the defaultstack into tTemp @@ -623,7 +656,8 @@ function makeLink pThis -- pThis[link/line/type] set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -640,7 +674,8 @@ end makeLink function makeScopeLink pThis set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -705,8 +740,10 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath put tNum into tNow["inside"] end if -- clear hilite; will be reapplied later if element still selected - if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false - if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + -- if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false + if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the bordercolor of pGUI[tType][tNum]["graphic"] to black + -- if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to gray -- selection box if tNow["3down"] and intersect(pGUI[tType][tNum]["graphic"],graphic "selectBox" stack "HowstrBeta","pixels") then -- add any new selection to lists @@ -736,10 +773,12 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath end repeat -- hilite selected elements repeat for each item tNum in tNow["nodeSelected"] - set the showborder of pGUI["nodes"][tNum]["graphic"] to true + -- set the showborder of pGUI["nodes"][tNum]["graphic"] to true + set the bordercolor of pGUI["nodes"][tNum]["graphic"] to cyan end repeat repeat for each item tNum in tNow["linkSelected"] - set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + -- set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + set the foregroundColor of pGUI["links"][tNum]["graphic"] to cyan end repeat -- put tNow["nodeSelected"] & cr & tNow["linkSelected"] into field "showMe" stack "HowstrBeta" -- ! for development -- selection box calculation @@ -1713,9 +1752,9 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put pMain[1][0]["UUID"] into pBubbleA["project"]["UUID"] put pShort[1][tCase]["title"] into pBubbleA["project"]["title"] - if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] + -- if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] put pShort[1][tCase]["memo"] into pBubbleA["project"]["memo"] - if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] + -- if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] put pShort[1][tCase]["figure"] into pBubbleA["project"]["figure"] if pBubbleA["project"]["figure"] is not empty then put pBubbleA["project"]["figure"] into tFilename @@ -1740,9 +1779,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou repeat for each item tRec in tTopoChanges put tCount + 1 into tCount put tRec into pBubbleA["action"][tCount]["thruput"] + -- this rec's node details put tRec into pBubbleA["node"][tRec]["record"] + put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] + -- if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] put pShort[1][tRec]["memo"] into pBubbleA["node"][tRec]["memo"] - if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] + -- if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] put pShort[1][tRec]["figure"] into pBubbleA["node"][tRec]["figure"] if pBubbleA["node"][tRec]["figure"] is not empty then put pBubbleA["node"][tRec]["figure"] into tFilename @@ -1752,18 +1794,20 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tRec]["figure"] set itemdelimiter to comma end if - put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] - if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] + put empty into tStuff -- inputs and outputs (and weights) - repeat for each line tLine in pShort[1][tRec]["prev"] - -- this change needs tNode times tWeight as an input + repeat for each line tLine in pShort[1][tRec]["prev"] ------------------ inputs ------------------------- put pShort[1][tLine]["prev"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + put tWeight into pBubbleA["action"][tCount]["inputs"][tNode] + if pBubbleA["action"][tCount]["inputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["inputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1773,23 +1817,24 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat - repeat for each line tLine in pShort[1][tRec]["next"] - -- this change makes tNode times tWeight as an output + repeat for each line tLine in pShort[1][tRec]["next"] ------------------- outputs ---------------------- put pShort[1][tLine]["next"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + put tWeight into pBubbleA["action"][tCount]["outputs"][tNode] + if pBubbleA["action"][tCount]["outputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["outputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1799,14 +1844,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat end repeat -- item tRec in tTopoChanges --------------------------------------------------------- end instructions ------------------------------------------------ @@ -1820,26 +1863,29 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou switch tPut case "in" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["resources"])+1 of pBubbleA["project"]["resources"] - put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] - put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + -- put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] + -- put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["resources"][tRec] + if tRec is among the items of pShort[1][0]["onlyone"] then put 1 into pBubbleA["project"]["resources"][tRec] break case "thru" if pResources[1][tRec]["excess"] > 0 then -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] end if break case "out" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] break end switch end repeat -- each item tRec in pSketch[1][2][tPut] end repeat -- each key tPut in pSketch[1][2] --------------------------------------------------------- end resources -------------------------------------------------- - end arrayForBubble -- ! 15FEB2016 using summarizeResourcesHTML now, but this logic is more general so don't delete diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/easyJSON.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/easyJSON.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/easyJSON.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/easyJSON.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/filephile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/filephile.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/filephile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/filephile.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/grapherrific.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode similarity index 99% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/grapherrific.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode index 846c887..9376459 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/grapherrific.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode @@ -902,6 +902,10 @@ command adjList @pMain,@pShort repeat for each key tDoc in pMain put pMain[tDoc][0]["pointerTags"] into pShort[tDoc][0]["pointerTags"] end repeat + -- hacky way to track states that should export with a weight of 1 + if pMain[1][0]["onlyone"] is not empty then + put pMain[1][0]["onlyone"] into pShort[1][0]["onlyone"] + end if end adjList command topoSort @pShort,@pTopo,@pNoViz,@pNotes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/lazydogpile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode similarity index 94% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/lazydogpile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode index 7abdc9e..ed5d5ea 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/lazydogpile.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/lazydogpile.livecode @@ -12,6 +12,7 @@ local sMain -- main[doc][rec][tag]=data/pointers --------------[filepath] = URL to the *.how file --------------[saveStatus] = opened/saved/unsaved --------------[UUID] = a Livecode generated Universally Unique IDentifier; distinguishes this project from all others +--------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMain[1][1-n] = record keys ----------------[step] = this record is pointing to all of the information tags that together make up a graph element ----------------[myStep] = points back to the step that owns a tag @@ -34,6 +35,7 @@ local sMainShort -- sMainShort[1][0] = metadata (doesn't contain [lastKey] because sMainShort is not edited) -------------------[undo] = true if something can be undone -------------------[redo] = true if something can be redone +-------------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMainShort[1][1-n] = record keys (but only the ones representing graph elements) ---------------------[type] = they should all have this tag, since they're all graph elements -- other tags will appear when that step contains them (title, links, etc) @@ -158,20 +160,19 @@ local sForBubbleA -----------------[project][title]=text ---------------------------[memo]=text ---------------------------[figure]=URL ----------------------------[bubble_id]=unique id from bubble's database +---------------------------[bubble_id]=bubble's unique id for project_ver ---------------------------[filepath]=URL from pMain ---------------------------[UUID]=UUID of project ----------------------------[resources]=list of nodes ----------------------------[results]=list of nodes ------------------[action][#][inputs/thruput/outputs]=#,#,# -----------------------------[weights]=string, each input and output with its multiple, if larger than 1 +---------------------------[resources/results][rec]=weight +-----------------[action][#][thruput]=rec +----------------------------[inputs/outputs][rec]=weight ----------------------------[bubble_id]=unique id from bubble's database -----------------[node][#][title]=text ----------------------------[memo]=text ----------------------------[figure]=URL ----------------------------[record]=# ----------------------------[bubble_id]=unique id from bubble's database -----------------------------[as_resource/as_result]=need #x total cr #x for title cr etc / have #x total cr #x from title cr etc + on setupAsOf3FEB2016 set the defaultstack to "HowstrBeta" @@ -183,10 +184,10 @@ on setupAsOf3FEB2016 set the minHeight of stack "howstrBeta" to 400 set the minWidth of stack "howstrBeta" to 500 -- -- shouldn't be necessary forever, but a good hack for now - set the foregroundColor of card 1 of stack "Ask Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Ask Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Ask Dialog" to false -- set the opaque of button "Cancel" of card 1 of stack "Ask Dialog" to false - set the foregroundColor of card 1 of stack "Answer Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Answer Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close current" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close" of card 1 of stack "Answer Dialog" to false @@ -636,6 +637,21 @@ on nodeDetailsChanged changeInfo sMain,tStuff -- grapheriffic end if -- tKey is a num and 'new' is not [empty] end repeat + -- ! a crude hack, but this 'onlyone' check is only relevant to exporting a weight 4MAY2017 + if tDeets["onlyone"] is "true" then + put sMain[sNowDoc][0]["onlyone"] into tList + put tDeets["rec"] into item ((the number of items of tList) + 1) of tList + put noDupes(tList,comma) into tList2 + put tList2 into sMain[sNowDoc][0]["onlyone"] + else + put sMain[sNowDoc][0]["onlyone"] into tList + set the wholematches to true + put itemoffset(tDeets["rec"],tList) into tOffset + if tOffset is not 0 then + put empty into item tOffset of tList + put tList into sMain[sNowDoc][0]["onlyone"] + end if + end if refreshDraw refreshDisplay end nodeDetailsChanged @@ -741,18 +757,6 @@ on repoButtMouseUp put tPath & "/software/repowrangler.livecode" into tRepoWrangler go to stack tRepoWrangler set the cSaveStatus of stack "repoWrangler" to sMain[sNowDoc][0]["saveStatus"] - -- need to save first (commit to local repository) - -- if sMain[sNowDoc][0]["filepath"] is empty then - -- saveAsButtMouseUp - -- if sMain[sNowDoc][0]["filepath"] is empty then exit repoButtMouseUp - -- end if - -- -- adjList already called on every change - -- topoSort sMainShort,sTopoSort,sNotVisited,sNoteList - -- supplyDemand sMainShort,sScopeSketch,sResources,sSomethingChanged,sNotVisited - -- -- put writeInstructions(sMain,sMainShort,sTopoSort,sNotVisited) into tInstr - -- arrayForBubble sMain,sMainShort,sTopoSort,sNotVisited,sForBubbleA,sScopeSketch,sResources -- in displayerang - -- set the cPayload of stack "repowrangler" to sForBubbleA - -- go to stack "repowrangler" end repoButtMouseUp on uploadPrep @@ -774,7 +778,7 @@ on saveButtMouseUp -- put the result into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put tResult into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" set itemdelimiter to slash put item -1 of sMain[sNowDoc][0]["filepath"] into tForShow -- replace ".how" with "" in tForShow @@ -847,7 +851,7 @@ on saveAsButtMouseUp put jsonFromArray(sMain[sNowDoc]) into tReq["fileData"] put saveNewProject(tReq) into tFullName put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" put tFullName into sMain[sNowDoc][0]["filepath"] put item -1 of tFullName into tForShow replace ".how" with "" in tForShow @@ -1109,3 +1113,55 @@ on repoButtMouseUp go stack "software/repowrangler.livecode" end repoButtMouseUp +function noDupes tList,tDelim,tCaseSensitive + /* noDupes Text Items + Syntax: + noDupes (tList,[tDelim],[tCaseSensitive]) + Examples: + assuming theList starts as a comma-delimited list + + noDupes (theList) + noDupes (theList,comma) + noDupes (theList,comma,true) + + following which theList will contain the original list + stripped of empty and duplicate items + + Description: + strips duplicate (and empty) lines/items from a list + + . if tDelim = empty then looks first for the presence of cr in tList, + . if found, defaults to cr as the delimiter + . if no cr found, looks for the presence of comma in tList, + . if found, defaults to comma as the delimiter + . if neither found, returns empty (user should have specified another delim) + + returns a list with same delim as input list + order of list will likely be changed, may require re-sorting + the *command* NoDuplicates (q.v.) scales better with very large lists + but is inherently case-sensitive, ie, will retain both "Chuck" and "chuck" + + Source: + noDupes */ + + if tCaseSensitive = empty then put false into tCaseSensitive + set the caseSensitive to tCaseSensitive + if tList = empty then return empty + if tDelim = empty then + if cr is in tList then + put sr into tDelim + else if comma is in tList then + put comma into tDelim + else + return empty + end if + end if + set the itemdelimiter to tDelim + repeat for each item i in tList + if i = empty then next repeat + put 1 into aFinal[i] + end repeat + put the keys of aFinal into finalList + replace cr with tDelim in finalList + return finalList +end noDupes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/mathamagics.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/mathamagics.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/mathamagics.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/mathamagics.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/quickiator.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/quickiator.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/quickiator.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/quickiator.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/repowrangler.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode similarity index 87% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/repowrangler.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode index 24ce641..642c215 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/repowrangler.livecode and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/repowrangler.livecode differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/HowstrBeta_main_backup b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/HowstrBeta_main_backup similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/HowstrBeta_main_backup rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/HowstrBeta_main_backup diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_Beta_Refactor_notes b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_Beta_Refactor_notes similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_Beta_Refactor_notes rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_Beta_Refactor_notes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_1.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_1.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_1.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_1.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_2.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_2.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_2.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/Howstr_refactor_2.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif new file mode 100644 index 0000000..5d74341 Binary files /dev/null and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/da.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/da.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/da.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/da.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/fi.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/fi.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/fi.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/fi.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/ko.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/ko.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/ko.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/ko.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/no.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/no.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/no.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/no.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/sv.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/sv.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/sv.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/sv.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_CN.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_CN.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_CN.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_CN.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_TW.lproj/Localisation.strings b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_TW.lproj/Localisation.strings similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_TW.lproj/Localisation.strings rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/zh_TW.lproj/Localisation.strings diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows.zip b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows.zip similarity index 92% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows.zip rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows.zip index 656940a..ddb642e 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows.zip and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows.zip differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Externals/revzip.dll b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Externals/revzip.dll similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Externals/revzip.dll rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Externals/revzip.dll diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Externals/tsNet.dll b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Externals/tsNet.dll similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Externals/tsNet.dll rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Externals/tsNet.dll diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Howstr_Desktop_Beta.exe b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Howstr_Desktop_Beta.exe similarity index 97% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Howstr_Desktop_Beta.exe rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Howstr_Desktop_Beta.exe index f7323cf..72914b2 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/Howstr_Desktop_Beta.exe and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/Howstr_Desktop_Beta.exe differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/archiveomatic.livecodescript b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/archiveomatic.livecodescript similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/archiveomatic.livecodescript rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/archiveomatic.livecodescript diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/displayerang.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/displayerang.livecode similarity index 93% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/displayerang.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/displayerang.livecode index 087a9a5..7e8df08 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/displayerang.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/displayerang.livecode @@ -4,9 +4,15 @@ function tempNodeDetails @pShort,tDo -- pShort = sMainShort put tDo["info"] into tNodeRec put tDo["doc"] into tDoc + put tNodeRec into tList["rec"] -- 4MAY2017 added so it's easy to specify the step record for this node -- build a cr separated string to put into a list field -- in links&node, then this node's title, then out links&node put pShort[tDoc][tNodeRec]["title"] into tTitle -- may or may not actually have a title + put pShort[tDoc][tNodeRec]["type"] into tList["type"] -- 4MAY2017 added so node details can distinguish state/change + -- pass onlyone along if required + if tNodeRec is among the items of pShort[tDoc][0]["onlyone"] then + put "true" into tList["onlyone"] + end if put "prev skim" into tInTags put "next trim" into tOutTags put 0 into tLineCount @@ -36,7 +42,8 @@ function tempNodeDetails @pShort,tDo -- main body of tag:data pairs for the node put "title memo figure" into tDefaults repeat for each key tKey in pShort[tDoc][tNodeRec] -- ? this one might only actually catch "title" - if tKey is not among the words of "type next prev skim trim read bulk info" then + -- if tKey is not among the words of "type next prev skim trim read bulk info" then + if tKey is not among the words of "type next prev skim trim read bulk info onlyone" then put tLineCount + 1 into tLineCount put tNodeRec into tList[tLineCount]["rec"] put tKey into tList[tLineCount]["label"] @@ -536,7 +543,8 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co set the layer of field "preChange" stack "HowstrBeta" to top -- highlight focused node (since all nodes new, old highlighted one was deleted) put pGUI["nodes"][pNow]["graphic"] into tBlerg - set the backgroundColor of tBlerg to "0,100,100" + -- set the backgroundColor of tBlerg to "0,100,100" + set the backgroundColor of tBlerg to gray -- undo/redo icons -- for quick mode, don't allow user to undo the graph smaller than the minimum action group -- ! 15DEC2015 hide can take graph down to 4 nodes with undo still being acceptable @@ -546,6 +554,27 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co -- else -- set the visible of widget "iconUndo" to pInfo["undo"] -- end if + + -- Kit: setting all widgets/buttons to black + set the foregroundColor of widget "iconUndo" stack "howstrBeta" to black + set the foregroundColor of widget "iconRedo" stack "howstrBeta" to black + set the foregroundColor of widget "iconHelp" stack "howstrBeta" to black + set the foregroundColor of widget "iconClose" stack "howstrBeta" to black + set the foregroundColor of widget "iconMaximize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMinimize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMediumsize" stack "howstrBeta" to black + set the foregroundColor of button "repoButt" stack "howstrBeta" to black + set the foregroundColor of button "caseButt" stack "howstrBeta" to black + set the foregroundColor of button "loadButt" stack "howstrBeta" to black + set the foregroundColor of button "saveAsButt" stack "howstrBeta" to black + set the foregroundColor of button "saveButt" stack "howstrBeta" to black + set the foregroundColor of button "resoButt" stack "howstrBeta" to black + set the foregroundColor of button "instrButt" stack "howstrBeta" to black + set the foregroundColor of button "jeremyBugButt" stack "howstrBeta" to black + set the foregroundColor of button "busySwitch" stack "howstrBeta" to black + set the foregroundColor of button "tooltipSwitch" stack "howstrBeta" to black + + set the visible of widget "iconUndo" stack "howstrBeta" to pInfo["undo"] set the visible of widget "iconRedo" stack "howstrBeta" to pInfo["redo"] -- empty out selection and hide hide button @@ -574,12 +603,16 @@ function makeNode pDetails set the width of the templateField to pDetails["size"] set the name of the templateField to pDetails["node"] & "NodeGraphicDeleteMe" set the location of the templateField to pDetails["coord"] - set the threeD of the templatefield to false - set the showborder of the templatefield to false - set the bordercolor of the templatefield to white - set the backgroundcolor of the templatefield to "0,220,220" - set the textSize of the templatefield to 14 - set the outerglow["color"] of the templatefield to "40,40,40" + set the threeD of the templateField to false + set the showborder of the templateField to true + -- set the bordercolor of the templateField to "80,80,80" + set the bordercolor of the templateField to black + set the borderwidth of the templateField to 2 + -- set the backgroundcolor of the templateField to "0,250,250" + set the backgroundcolor of the templateField to white + set the textSize of the templateField to 14 + --set the style of the templateField to oval + set the outerglow["color"] of the templateField to "40,40,40" -- set the behavior of the templatefield to the long id of button "graphBehave" set the defaultstack to "HowstrBeta" put the defaultstack into tTemp @@ -623,7 +656,8 @@ function makeLink pThis -- pThis[link/line/type] set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -640,7 +674,8 @@ end makeLink function makeScopeLink pThis set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -705,8 +740,10 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath put tNum into tNow["inside"] end if -- clear hilite; will be reapplied later if element still selected - if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false - if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + -- if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false + if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the bordercolor of pGUI[tType][tNum]["graphic"] to black + -- if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to gray -- selection box if tNow["3down"] and intersect(pGUI[tType][tNum]["graphic"],graphic "selectBox" stack "HowstrBeta","pixels") then -- add any new selection to lists @@ -736,10 +773,12 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath end repeat -- hilite selected elements repeat for each item tNum in tNow["nodeSelected"] - set the showborder of pGUI["nodes"][tNum]["graphic"] to true + -- set the showborder of pGUI["nodes"][tNum]["graphic"] to true + set the bordercolor of pGUI["nodes"][tNum]["graphic"] to cyan end repeat repeat for each item tNum in tNow["linkSelected"] - set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + -- set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + set the foregroundColor of pGUI["links"][tNum]["graphic"] to cyan end repeat -- put tNow["nodeSelected"] & cr & tNow["linkSelected"] into field "showMe" stack "HowstrBeta" -- ! for development -- selection box calculation @@ -1713,9 +1752,9 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put pMain[1][0]["UUID"] into pBubbleA["project"]["UUID"] put pShort[1][tCase]["title"] into pBubbleA["project"]["title"] - if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] + -- if pBubbleA["project"]["title"] is empty then put "[untitled]" into pBubbleA["project"]["title"] put pShort[1][tCase]["memo"] into pBubbleA["project"]["memo"] - if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] + -- if pBubbleA["project"]["memo"] is empty then put "[undescribed]" into pBubbleA["project"]["memo"] put pShort[1][tCase]["figure"] into pBubbleA["project"]["figure"] if pBubbleA["project"]["figure"] is not empty then put pBubbleA["project"]["figure"] into tFilename @@ -1740,9 +1779,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou repeat for each item tRec in tTopoChanges put tCount + 1 into tCount put tRec into pBubbleA["action"][tCount]["thruput"] + -- this rec's node details put tRec into pBubbleA["node"][tRec]["record"] + put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] + -- if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] put pShort[1][tRec]["memo"] into pBubbleA["node"][tRec]["memo"] - if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] + -- if pBubbleA["node"][tRec]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tRec]["memo"] put pShort[1][tRec]["figure"] into pBubbleA["node"][tRec]["figure"] if pBubbleA["node"][tRec]["figure"] is not empty then put pBubbleA["node"][tRec]["figure"] into tFilename @@ -1752,18 +1794,20 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tRec]["figure"] set itemdelimiter to comma end if - put pShort[1][tRec]["title"] into pBubbleA["node"][tRec]["title"] - if pBubbleA["node"][tRec]["title"] is empty then put "[untitled]" into pBubbleA["node"][tRec]["title"] + put empty into tStuff -- inputs and outputs (and weights) - repeat for each line tLine in pShort[1][tRec]["prev"] - -- this change needs tNode times tWeight as an input + repeat for each line tLine in pShort[1][tRec]["prev"] ------------------ inputs ------------------------- put pShort[1][tLine]["prev"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["inputs"])+1 of pBubbleA["action"][tCount]["inputs"] + put tWeight into pBubbleA["action"][tCount]["inputs"][tNode] + if pBubbleA["action"][tCount]["inputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["inputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1773,23 +1817,24 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[untitled]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "use" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat - repeat for each line tLine in pShort[1][tRec]["next"] - -- this change makes tNode times tWeight as an output + repeat for each line tLine in pShort[1][tRec]["next"] ------------------- outputs ---------------------- put pShort[1][tLine]["next"] into tNode put pShort[1][tLine]["weight"] into tWeight - put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + -- put tNode into item (the number of items of pBubbleA["action"][tCount]["outputs"])+1 of pBubbleA["action"][tCount]["outputs"] + put tWeight into pBubbleA["action"][tCount]["outputs"][tNode] + if pBubbleA["action"][tCount]["outputs"][tNode] is empty then put 1 into pBubbleA["action"][tCount]["outputs"][tNode] put tNode into pBubbleA["node"][tNode]["record"] + put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] + -- if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] put pShort[1][tNode]["memo"] into pBubbleA["node"][tNode]["memo"] - if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] + -- if pBubbleA["node"][tNode]["memo"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["memo"] put pShort[1][tNode]["figure"] into pBubbleA["node"][tNode]["figure"] if pBubbleA["node"][tNode]["figure"] is not empty then put pBubbleA["node"][tNode]["figure"] into tFilename @@ -1799,14 +1844,12 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou put tFilepath into pBubbleA["node"][tNode]["figure"] set itemdelimiter to comma end if - put pShort[1][tNode]["title"] into pBubbleA["node"][tNode]["title"] - if pBubbleA["node"][tNode]["title"] is empty then put "[undescribed]" into pBubbleA["node"][tNode]["title"] - if tWeight > 1 then - put 1 into tStuff["doc"] - put tNode into tStuff["rec"] - put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] - filter pBubbleA["action"][tCount]["weights"] without empty - end if + -- if tWeight > 1 then + -- put 1 into tStuff["doc"] + -- put tNode into tStuff["rec"] + -- put cr & "get" && tWeight & "x" && pBubbleA["node"][tNode]["title"] after pBubbleA["action"][tCount]["weights"] + -- filter pBubbleA["action"][tCount]["weights"] without empty + -- end if end repeat end repeat -- item tRec in tTopoChanges --------------------------------------------------------- end instructions ------------------------------------------------ @@ -1820,26 +1863,29 @@ command arrayForBubble @pMain,@pShort,pTopo,pNoVisit,@pBubbleA ,@pSketch,@pResou switch tPut case "in" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["resources"])+1 of pBubbleA["project"]["resources"] - put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] - put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + -- put tRec into item (the number of items of pBubbleA["project"]["resources_recs"])+1 of pBubbleA["project"]["resources_recs"] + -- put "need" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_resource"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["resources"][tRec] + if tRec is among the items of pShort[1][0]["onlyone"] then put 1 into pBubbleA["project"]["resources"][tRec] break case "thru" if pResources[1][tRec]["excess"] > 0 then -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total (excess)" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] end if break case "out" -- put pBubbleA["node"][tRec]["bubble_id"] into item (the number of items of pBubbleA["project"]["results"])+1 of pBubbleA["project"]["results"] - put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] - put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + -- put tRec into item (the number of items of pBubbleA["project"]["results_recs"])+1 of pBubbleA["project"]["results_recs"] + -- put "have" && pResources[1][tRec]["totDemand"] & "x total" into pBubbleA["node"][tRec]["as_result"] + put pResources[1][tRec]["totDemand"] into pBubbleA["project"]["results"][tRec] break end switch end repeat -- each item tRec in pSketch[1][2][tPut] end repeat -- each key tPut in pSketch[1][2] --------------------------------------------------------- end resources -------------------------------------------------- - end arrayForBubble -- ! 15FEB2016 using summarizeResourcesHTML now, but this logic is more general so don't delete diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/easyJSON.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/easyJSON.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/easyJSON.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/easyJSON.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/filephile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/filephile.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/filephile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/filephile.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/grapherrific.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/grapherrific.livecode similarity index 99% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/grapherrific.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/grapherrific.livecode index 846c887..9376459 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/grapherrific.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/grapherrific.livecode @@ -902,6 +902,10 @@ command adjList @pMain,@pShort repeat for each key tDoc in pMain put pMain[tDoc][0]["pointerTags"] into pShort[tDoc][0]["pointerTags"] end repeat + -- hacky way to track states that should export with a weight of 1 + if pMain[1][0]["onlyone"] is not empty then + put pMain[1][0]["onlyone"] into pShort[1][0]["onlyone"] + end if end adjList command topoSort @pShort,@pTopo,@pNoViz,@pNotes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/lazydogpile.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/lazydogpile.livecode similarity index 94% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/lazydogpile.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/lazydogpile.livecode index 7abdc9e..ed5d5ea 100644 --- a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/lazydogpile.livecode +++ b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/lazydogpile.livecode @@ -12,6 +12,7 @@ local sMain -- main[doc][rec][tag]=data/pointers --------------[filepath] = URL to the *.how file --------------[saveStatus] = opened/saved/unsaved --------------[UUID] = a Livecode generated Universally Unique IDentifier; distinguishes this project from all others +--------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMain[1][1-n] = record keys ----------------[step] = this record is pointing to all of the information tags that together make up a graph element ----------------[myStep] = points back to the step that owns a tag @@ -34,6 +35,7 @@ local sMainShort -- sMainShort[1][0] = metadata (doesn't contain [lastKey] because sMainShort is not edited) -------------------[undo] = true if something can be undone -------------------[redo] = true if something can be redone +-------------------[onlyone] = #,#,# list of records, when exported as resource/result their weight should be 1 -- sMainShort[1][1-n] = record keys (but only the ones representing graph elements) ---------------------[type] = they should all have this tag, since they're all graph elements -- other tags will appear when that step contains them (title, links, etc) @@ -158,20 +160,19 @@ local sForBubbleA -----------------[project][title]=text ---------------------------[memo]=text ---------------------------[figure]=URL ----------------------------[bubble_id]=unique id from bubble's database +---------------------------[bubble_id]=bubble's unique id for project_ver ---------------------------[filepath]=URL from pMain ---------------------------[UUID]=UUID of project ----------------------------[resources]=list of nodes ----------------------------[results]=list of nodes ------------------[action][#][inputs/thruput/outputs]=#,#,# -----------------------------[weights]=string, each input and output with its multiple, if larger than 1 +---------------------------[resources/results][rec]=weight +-----------------[action][#][thruput]=rec +----------------------------[inputs/outputs][rec]=weight ----------------------------[bubble_id]=unique id from bubble's database -----------------[node][#][title]=text ----------------------------[memo]=text ----------------------------[figure]=URL ----------------------------[record]=# ----------------------------[bubble_id]=unique id from bubble's database -----------------------------[as_resource/as_result]=need #x total cr #x for title cr etc / have #x total cr #x from title cr etc + on setupAsOf3FEB2016 set the defaultstack to "HowstrBeta" @@ -183,10 +184,10 @@ on setupAsOf3FEB2016 set the minHeight of stack "howstrBeta" to 400 set the minWidth of stack "howstrBeta" to 500 -- -- shouldn't be necessary forever, but a good hack for now - set the foregroundColor of card 1 of stack "Ask Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Ask Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Ask Dialog" to false -- set the opaque of button "Cancel" of card 1 of stack "Ask Dialog" to false - set the foregroundColor of card 1 of stack "Answer Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Answer Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close current" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close" of card 1 of stack "Answer Dialog" to false @@ -636,6 +637,21 @@ on nodeDetailsChanged changeInfo sMain,tStuff -- grapheriffic end if -- tKey is a num and 'new' is not [empty] end repeat + -- ! a crude hack, but this 'onlyone' check is only relevant to exporting a weight 4MAY2017 + if tDeets["onlyone"] is "true" then + put sMain[sNowDoc][0]["onlyone"] into tList + put tDeets["rec"] into item ((the number of items of tList) + 1) of tList + put noDupes(tList,comma) into tList2 + put tList2 into sMain[sNowDoc][0]["onlyone"] + else + put sMain[sNowDoc][0]["onlyone"] into tList + set the wholematches to true + put itemoffset(tDeets["rec"],tList) into tOffset + if tOffset is not 0 then + put empty into item tOffset of tList + put tList into sMain[sNowDoc][0]["onlyone"] + end if + end if refreshDraw refreshDisplay end nodeDetailsChanged @@ -741,18 +757,6 @@ on repoButtMouseUp put tPath & "/software/repowrangler.livecode" into tRepoWrangler go to stack tRepoWrangler set the cSaveStatus of stack "repoWrangler" to sMain[sNowDoc][0]["saveStatus"] - -- need to save first (commit to local repository) - -- if sMain[sNowDoc][0]["filepath"] is empty then - -- saveAsButtMouseUp - -- if sMain[sNowDoc][0]["filepath"] is empty then exit repoButtMouseUp - -- end if - -- -- adjList already called on every change - -- topoSort sMainShort,sTopoSort,sNotVisited,sNoteList - -- supplyDemand sMainShort,sScopeSketch,sResources,sSomethingChanged,sNotVisited - -- -- put writeInstructions(sMain,sMainShort,sTopoSort,sNotVisited) into tInstr - -- arrayForBubble sMain,sMainShort,sTopoSort,sNotVisited,sForBubbleA,sScopeSketch,sResources -- in displayerang - -- set the cPayload of stack "repowrangler" to sForBubbleA - -- go to stack "repowrangler" end repoButtMouseUp on uploadPrep @@ -774,7 +778,7 @@ on saveButtMouseUp -- put the result into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put tResult into URL ("file:" & sMain[sNowDoc][0]["filepath"]) put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" set itemdelimiter to slash put item -1 of sMain[sNowDoc][0]["filepath"] into tForShow -- replace ".how" with "" in tForShow @@ -847,7 +851,7 @@ on saveAsButtMouseUp put jsonFromArray(sMain[sNowDoc]) into tReq["fileData"] put saveNewProject(tReq) into tFullName put "saved" into sMain[sNowDoc][0]["saveStatus"] - set the cSaveStatus of stack "repoWrangler" to "saved" + -- set the cSaveStatus of stack "repoWrangler" to "saved" put tFullName into sMain[sNowDoc][0]["filepath"] put item -1 of tFullName into tForShow replace ".how" with "" in tForShow @@ -1109,3 +1113,55 @@ on repoButtMouseUp go stack "software/repowrangler.livecode" end repoButtMouseUp +function noDupes tList,tDelim,tCaseSensitive + /* noDupes Text Items + Syntax: + noDupes (tList,[tDelim],[tCaseSensitive]) + Examples: + assuming theList starts as a comma-delimited list + + noDupes (theList) + noDupes (theList,comma) + noDupes (theList,comma,true) + + following which theList will contain the original list + stripped of empty and duplicate items + + Description: + strips duplicate (and empty) lines/items from a list + + . if tDelim = empty then looks first for the presence of cr in tList, + . if found, defaults to cr as the delimiter + . if no cr found, looks for the presence of comma in tList, + . if found, defaults to comma as the delimiter + . if neither found, returns empty (user should have specified another delim) + + returns a list with same delim as input list + order of list will likely be changed, may require re-sorting + the *command* NoDuplicates (q.v.) scales better with very large lists + but is inherently case-sensitive, ie, will retain both "Chuck" and "chuck" + + Source: + noDupes */ + + if tCaseSensitive = empty then put false into tCaseSensitive + set the caseSensitive to tCaseSensitive + if tList = empty then return empty + if tDelim = empty then + if cr is in tList then + put sr into tDelim + else if comma is in tList then + put comma into tDelim + else + return empty + end if + end if + set the itemdelimiter to tDelim + repeat for each item i in tList + if i = empty then next repeat + put 1 into aFinal[i] + end repeat + put the keys of aFinal into finalList + replace cr with tDelim in finalList + return finalList +end noDupes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/mathamagics.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/mathamagics.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/mathamagics.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/mathamagics.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/quickiator.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/quickiator.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/software/quickiator.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/quickiator.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/repowrangler.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/repowrangler.livecode similarity index 85% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/repowrangler.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/repowrangler.livecode index 24ce641..1f0d36e 100644 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/repowrangler.livecode and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/software/repowrangler.livecode differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/HowstrBeta_main_backup b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/HowstrBeta_main_backup similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/HowstrBeta_main_backup rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/HowstrBeta_main_backup diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_Beta_Refactor_notes b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_Beta_Refactor_notes similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_Beta_Refactor_notes rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_Beta_Refactor_notes diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_refactor_1.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_refactor_1.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_refactor_1.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_refactor_1.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_refactor_2.livecode b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_refactor_2.livecode similarity index 100% rename from Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/Howstr_refactor_2.livecode rename to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/Howstr_refactor_2.livecode diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/screenshot.gif new file mode 100644 index 0000000..5d74341 Binary files /dev/null and b/Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Windows/temp/screenshot.gif differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/screenshot.gif deleted file mode 100644 index 198f32e..0000000 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/temp/screenshot.gif and /dev/null differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/screenshot.gif deleted file mode 100644 index 198f32e..0000000 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/temp/screenshot.gif and /dev/null differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif deleted file mode 100644 index 198f32e..0000000 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/temp/screenshot.gif and /dev/null differ diff --git a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/screenshot.gif b/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/screenshot.gif deleted file mode 100644 index 57245a0..0000000 Binary files a/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Windows/temp/screenshot.gif and /dev/null differ diff --git a/Howstr_Desktop_Beta/debug.log b/Howstr_Desktop_Beta/debug.log index b28d234..b97203f 100644 --- a/Howstr_Desktop_Beta/debug.log +++ b/Howstr_Desktop_Beta/debug.log @@ -15601,3 +15601,10181 @@ Histogram: nosniff.usage recorded 29 samples, average = 0.0 (flags = 0x1) 1 ... +[0509/105428:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 00252C60: set chrome proxy config service to 002522B0 +[0509/105428:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 00252C60: Done pushing proxy to UpdateProxyConfig +[0509/105428:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0509/105428:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/105428:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/105428:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/105428:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 59474080 + URL: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/105428:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/105428:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/105428:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/105429:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/105429:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/105429:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/105429:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105429:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105429:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105429:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/105437:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105601:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/105601:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/105601:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/105601:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 4E274080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/105601:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/105601:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/105601:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/105601:VERBOSE1:dispatcher.cc(435)] Num tracked contexts: 0 +[0509/105601:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 4E274080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/105601:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/105601:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/105601:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/105601:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/105601:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105601:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105601:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105601:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/105610:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/105617:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: GPU.ANGLE.D3D11CreateDeviceMS recorded 1 samples, average = 14.0 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: GPU.ANGLE.D3D11FeatureLevel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.ANGLE.D3D11InitializeResult recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.ANGLE.D3DCompileMS recorded 6 samples, average = 10.5 (flags = 0x1) +0 ... +2 ------------------------------------O (1 = 16.7%) {0.0%} +3 ------------------------------------O (1 = 16.7%) {16.7%} +4 O (0 = 0.0%) {33.3%} +5 ------------------------------------------------------------------------O (2 = 33.3%) {33.3%} +6 ... +20 ---------O (1 = 16.7%) {66.7%} +24 -------O (1 = 16.7%) {83.3%} +29 ... + +Histogram: GPU.ANGLE.DisplayInitializeMS recorded 1 samples, average = 19.0 (flags = 0x1) +0 ... +17 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +20 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDLLsMS recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDeviceMS recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: GPU.ANGLE.SupportsDXGI1_2 recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.CollectContextGraphicsInfo recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: GPU.DoLinkProgramTime recorded 6 samples, average = 13.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 33.3%) +1 ------------------------------------O (1 = 16.7%) {33.3%} +2 ... +12 ------------------O (1 = 16.7%) {50.0%} +14 ... +29 -------O (1 = 16.7%) {66.7%} +34 -------O (1 = 16.7%) {83.3%} +40 ... + +Histogram: GPU.FenceSupport recorded 3 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (3 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.InitializeOneOffMediumTime recorded 1 samples, average = 213.0 (flags = 0x1) +0 ... +210 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +258 ... + +Histogram: GPU.MaxMSAASampleCount recorded 1 samples (flags = 0x1) +8 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: GPU.ProgramCache.BinaryCacheHitTime recorded 3 samples, average = 636.7 (flags = 0x1) +0 ... +340 ------------------------------------------------------------------------O (2 = 66.7%) {0.0%} +448 ... +1023 ------------------------------------O (1 = 33.3%) {66.7%} +1347 ... + +Histogram: GPU.ProgramCache.BinaryCacheMissTime recorded 3 samples, average = 23771.3 (flags = 0x1) +0 ... +10321 ------------------------------------O (1 = 33.3%) {0.0%} +14319 ... +27562 ------------------------------------------------------------------------O (2 = 66.7%) {33.3%} +38240 ... + +Histogram: GPU.ProgramCache.CacheHit recorded 6 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 50.0%) +1 ------------------------------------------------------------------------O (3 = 50.0%) {50.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.ProgramCache.LoadBinarySuccess recorded 3 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (3 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.ProgramCache.MemorySizeAfterKb recorded 3 samples, average = 11.3 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +7 O (0 = 0.0%) {33.3%} +9 ------------------------------------------------O (1 = 33.3%) {33.3%} +12 O (0 = 0.0%) {66.7%} +16 -----------------------------O (1 = 33.3%) {66.7%} +21 ... + +Histogram: GPU.ProgramCache.MemorySizeBeforeKb recorded 3 samples, average = 5.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +1 ... +5 ------------------------------------O (1 = 33.3%) {33.3%} +7 O (0 = 0.0%) {66.7%} +9 ------------------------O (1 = 33.3%) {66.7%} +12 ... + +Histogram: GPU.ProgramCache.ProgramBinarySizeBytes recorded 3 samples, average = 6315.0 (flags = 0x1) +0 ... +4053 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +5338 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +7031 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +9260 ... + +Histogram: GPU.TextureRG recorded 3 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (3 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + + +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/110757:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Blink.DecodedImageType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: BlinkGC.CollectGarbage recorded 7 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 100.0%) +1 ... + +Histogram: BlinkGC.CommittedSize recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: BlinkGC.CompleteSweep recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: BlinkGC.GCReason recorded 7 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 100.0%) +1 ... + +Histogram: BlinkGC.TotalAllocatedSpace recorded 7 samples, average = 950.9 (flags = 0x1) +0 ... +760 ------------------------------------------------------------------------O (7 = 100.0%) {0.0%} +1034 ... + +Histogram: BlinkGC.TotalObjectSpace recorded 7 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 100.0%) +1 ... + +Histogram: Compositing.NumActiveLayers recorded 93 samples, average = 11.4 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (90 = 96.8%) {0.0%} +14 --O (3 = 3.2%) {96.8%} +19 ... + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 93 samples, average = 64195.1 (flags = 0x1) +0 ... +12 --------------------------O (2 = 2.2%) {0.0%} +16 -------------------------------O (3 = 3.2%) {2.2%} +21 ---------------------O (2 = 2.2%) {5.4%} +28 ----------O (1 = 1.1%) {7.5%} +37 ---------------------O (2 = 2.2%) {8.6%} +49 ... +113 ---------------------------------------------------O (5 = 5.4%) {10.8%} +149 O (0 = 0.0%) {16.1%} +196 -----------------------------------------O (4 = 4.3%) {16.1%} +258 ----------O (1 = 1.1%) {20.4%} +340 ---------------------------------------------------O (5 = 5.4%) {21.5%} +448 ---------------------O (2 = 2.2%) {26.9%} +590 -------------------------------O (3 = 3.2%) {29.0%} +777 ---------------------O (2 = 2.2%) {32.3%} +1023 -------------------------------O (3 = 3.2%) {34.4%} +1347 ---------------------------------------------------O (5 = 5.4%) {37.6%} +1774 --------------------------------------------------------------O (6 = 6.5%) {43.0%} +2336 ---------------------O (2 = 2.2%) {49.5%} +3077 O (0 = 0.0%) {51.6%} +4053 -------------------------------O (3 = 3.2%) {51.6%} +5338 O (0 = 0.0%) {54.8%} +7031 ---------------------O (2 = 2.2%) {54.8%} +9260 -----------------------------------------O (4 = 4.3%) {57.0%} +12196 ------------------------------------------------------------------------O (7 = 7.5%) {61.3%} +16063 -------------------------------O (3 = 3.2%) {68.8%} +21156 O (0 = 0.0%) {72.0%} +27864 -------------------------------O (3 = 3.2%) {72.0%} +36699 O (0 = 0.0%) {75.3%} +48336 ---------------------O (2 = 2.2%) {75.3%} +63662 O (0 = 0.0%) {77.4%} +83848 ---------------------O (2 = 2.2%) {77.4%} +110434 ---------------------O (2 = 2.2%) {79.6%} +145450 -----------------------------------------O (4 = 4.3%) {81.7%} +191569 ------------------------------------------------------------------------O (7 = 7.5%) {86.0%} +252312 ---------------------O (2 = 2.2%) {93.5%} +332315 ---------------------O (2 = 2.2%) {95.7%} +437686 ----------O (1 = 1.1%) {97.8%} +576468 O (0 = 0.0%) {98.9%} +759255 ----------O (1 = 1.1%) {98.9%} +1000000 O (0 = 0.0%) {100.0%} + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateUs recorded 93 samples, average = 2828.4 (flags = 0x1) +0 ... +28 ---O (1 = 1.1%) {0.0%} +37 ... +258 ---O (1 = 1.1%) {1.1%} +340 ---O (1 = 1.1%) {2.2%} +448 ... +1023 -----------------------O (7 = 7.5%) {3.2%} +1347 ----------------------------------------------O (14 = 15.1%) {10.8%} +1774 -------------------------------------------------O (15 = 16.1%) {25.8%} +2336 --------------------------------------------------------O (17 = 18.3%) {41.9%} +3077 ------------------------------------------------------------------------O (22 = 23.7%) {60.2%} +4053 ---------------------------------O (10 = 10.8%) {83.9%} +5338 ----------O (3 = 3.2%) {94.6%} +7031 -------O (2 = 2.2%) {97.8%} +9260 ... + +Histogram: Compositing.Renderer.PictureMemoryUsageKb recorded 92 samples, average = 232.6 (flags = 0x1) +0 ... +16 --O (1 = 1.1%) {0.0%} +21 --O (1 = 1.1%) {1.1%} +28 ... +49 --O (1 = 1.1%) {2.2%} +65 ... +149 ---------------------------------------------------------------O (33 = 35.9%) {3.3%} +196 ----------------------------------O (18 = 19.6%) {39.1%} +258 ------------------------------------------------------------------------O (38 = 41.3%) {58.7%} +340 ... + +Histogram: Compositing.Renderer.RasterTask.RasterPixelsPerMs recorded 517 samples, average = 122032.5 (flags = 0x1) +0 ... +9260 -O (1 = 0.2%) {0.0%} +12196 -------O (8 = 1.5%) {0.2%} +16063 ----O (5 = 1.0%) {1.7%} +21156 ---------------O (17 = 3.3%) {2.7%} +27864 -------------------O (21 = 4.1%) {6.0%} +36699 -----------------------------O (33 = 6.4%) {10.1%} +48336 ---------------------------------------------------------O (64 = 12.4%) {16.4%} +63662 --------------------------------------------------------O (63 = 12.2%) {28.8%} +83848 ------------------------------------------------------------------------O (81 = 15.7%) {41.0%} +110434 ------------------------------------------------------------------------O (81 = 15.7%) {56.7%} +145450 ------------------------------------------------------------------O (74 = 14.3%) {72.3%} +191569 -----------------------------O (33 = 6.4%) {86.7%} +252312 -----------------O (19 = 3.7%) {93.0%} +332315 ------O (7 = 1.4%) {96.7%} +437686 -----O (6 = 1.2%) {98.1%} +576468 --O (2 = 0.4%) {99.2%} +759255 -O (1 = 0.2%) {99.6%} +1000000 -O (1 = 0.2%) {99.8%} + +Histogram: Compositing.Renderer.RasterTask.RasterUs recorded 517 samples, average = 897.4 (flags = 0x1) +0 ... +37 -O (1 = 0.2%) {0.0%} +49 O (0 = 0.0%) {0.2%} +65 -O (1 = 0.2%) {0.2%} +86 -O (1 = 0.2%) {0.4%} +113 ------O (7 = 1.4%) {0.6%} +149 -----O (6 = 1.2%) {1.9%} +196 -----------------O (20 = 3.9%) {3.1%} +258 ---------------------------O (31 = 6.0%) {7.0%} +340 ------------------------------------------------------------------O (76 = 14.7%) {13.0%} +448 ---------------------------------------------------------------------O (79 = 15.3%) {27.7%} +590 ------------------------------------------------------------------------O (83 = 16.1%) {42.9%} +777 --------------------------------------------------------O (64 = 12.4%) {59.0%} +1023 --------------------------------------------------------O (65 = 12.6%) {71.4%} +1347 -----------------------------O (33 = 6.4%) {83.9%} +1774 -------------------O (22 = 4.3%) {90.3%} +2336 --------------O (16 = 3.1%) {94.6%} +3077 ---O (4 = 0.8%) {97.7%} +4053 -------O (8 = 1.5%) {98.5%} +5338 ... + +Histogram: Event.AggregatedLatency.Renderer2 recorded 359 samples, average = 182909.7 (flags = 0x1) +0 ... +430 O (1 = 0.3%) {0.0%} +502 O (1 = 0.3%) {0.3%} +586 -O (3 = 0.8%) {0.6%} +684 -O (2 = 0.6%) {1.4%} +798 ... +1730 O (1 = 0.3%) {1.9%} +2019 ... +44529 O (1 = 0.3%) {2.2%} +51979 ... +131497 O (1 = 0.3%) {2.5%} +153496 -----------------------------------------------------------------------O (169 = 47.1%) {2.8%} +179176 ------------------------------------------------------------------------O (172 = 47.9%) {49.9%} +209152 -O (2 = 0.6%) {97.8%} +244143 O (0 = 0.0%) {98.3%} +284987 -O (2 = 0.6%) {98.3%} +332665 ... +453284 O (1 = 0.3%) {98.9%} +529117 O (1 = 0.3%) {99.2%} +617637 ... +982376 -O (2 = 0.6%) {99.4%} +1146725 ... + +Histogram: Event.HitTest recorded 355 samples, average = 0.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (333 = 93.8%) +1 O (0 = 0.0%) {93.8%} +2 -O (6 = 1.7%) {93.8%} +3 ---O (16 = 4.5%) {95.5%} +4 O (0 = 0.0%) {100.0%} + +Histogram: Event.Latency.Renderer2.Char recorded 10 samples, average = 20211.4 (flags = 0x1) +0 ... +430 ------------------------O (1 = 10.0%) {0.0%} +502 ------------------------O (1 = 10.0%) {10.0%} +586 ------------------------------------------------------------------------O (3 = 30.0%) {20.0%} +684 ------------------------------------------------O (2 = 20.0%) {50.0%} +798 ... +1730 ------------------------O (1 = 10.0%) {70.0%} +2019 ... +44529 ------------------------O (1 = 10.0%) {80.0%} +51979 ... +131497 ------------------------O (1 = 10.0%) {90.0%} +153496 ... + +Histogram: Event.Latency.Renderer2.KeyUp recorded 10 samples, average = 221856.4 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (6 = 60.0%) {0.0%} +179176 ------------------------O (2 = 20.0%) {60.0%} +209152 ------------O (1 = 10.0%) {80.0%} +244143 ... +529117 ------------O (1 = 10.0%) {90.0%} +617637 ... + +Histogram: Event.Latency.Renderer2.MouseDown recorded 3 samples, average = 179246.3 (flags = 0x1) +0 ... +153496 ------------------------------------O (1 = 33.3%) {0.0%} +179176 ------------------------------------------------------------------------O (2 = 66.7%) {33.3%} +209152 ... + +Histogram: Event.Latency.Renderer2.MouseMove recorded 313 samples, average = 186559.0 (flags = 0x1) +0 ... +153496 --------------------------------------------------------------------O (150 = 47.9%) {0.0%} +179176 ------------------------------------------------------------------------O (159 = 50.8%) {47.9%} +209152 ... +284987 O (1 = 0.3%) {98.7%} +332665 ... +453284 O (1 = 0.3%) {99.0%} +529117 ... +982376 -O (2 = 0.6%) {99.4%} +1146725 ... + +Histogram: Event.Latency.Renderer2.MouseUp recorded 3 samples, average = 181060.3 (flags = 0x1) +0 ... +153496 ------------------------------------O (1 = 33.3%) {0.0%} +179176 ------------------------------------------------------------------------O (2 = 66.7%) {33.3%} +209152 ... + +Histogram: Event.Latency.Renderer2.MouseWheel recorded 10 samples, average = 180680.1 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (5 = 50.0%) {0.0%} +179176 ------------------------------------------------------------------------O (5 = 50.0%) {50.0%} +209152 ... + +Histogram: Event.Latency.Renderer2.RawKeyDown recorded 10 samples, average = 196323.2 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (6 = 60.0%) {0.0%} +179176 ------------------------O (2 = 20.0%) {60.0%} +209152 ------------O (1 = 10.0%) {80.0%} +244143 O (0 = 0.0%) {90.0%} +284987 ------------O (1 = 10.0%) {90.0%} +332665 ... + +Histogram: Extensions.DidCreateScriptContext_WebPage recorded 2 samples, average = 1.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +3 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +4 ... + +Histogram: Extensions.InjectEnd_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectIdle_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_CssCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserAhead_BrowserToRenderer recorded 7 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserBehind_BrowserToRenderer recorded 8 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (8 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.IsSkewAdditive_BrowserToRenderer recorded 15 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (15 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: LocalStorage.RendererLocalStorageSizeInKB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.RendererTimeToPrimeLocalStorageUnder100KB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.TimeToPrimeLocalStorage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.DiscardableAllocationSize recorded 45 samples, average = 518.4 (flags = 0x1) +0 ... +14 ----------------------------------------------------------------O (8 = 17.8%) {0.0%} +19 ------------------------------------------------------------------------O (9 = 20.0%) {17.8%} +26 O (0 = 0.0%) {37.8%} +35 ------------------------------------------------O (6 = 13.3%) {37.8%} +48 ------------------------------------------------O (6 = 13.3%) {51.1%} +65 ------------------------O (3 = 6.7%) {64.4%} +88 O (0 = 0.0%) {71.1%} +120 ------------------------O (3 = 6.7%) {71.1%} +163 --------O (1 = 2.2%) {77.8%} +222 --------O (1 = 2.2%) {80.0%} +302 O (0 = 0.0%) {82.2%} +411 --------O (1 = 2.2%) {82.2%} +559 --------O (1 = 2.2%) {84.4%} +760 --------O (1 = 2.2%) {86.7%} +1034 O (0 = 0.0%) {88.9%} +1407 --------O (1 = 2.2%) {88.9%} +1914 --------O (1 = 2.2%) {91.1%} +2604 --------O (1 = 2.2%) {93.3%} +3542 O (0 = 0.0%) {95.6%} +4818 --------O (1 = 2.2%) {95.6%} +6554 --------O (1 = 2.2%) {97.8%} +8915 ... + +Histogram: Memory.GlyphPagesPerLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.HadFormInteraction.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.IssuedNonGetFetchFromScript.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PartitionAlloc.CommittedSize recorded 1 samples, average = 43.0 (flags = 0x1) +0 ... +43 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +44 ... + +Histogram: Renderer.AcceleratedFixedRootBackground recorded 37 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (37 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 93 samples, average = 0.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (90 = 96.8%) +1 ... +11 --O (2 = 2.2%) {96.8%} +12 -O (1 = 1.1%) {98.9%} +13 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 93 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (93 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 93 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (90 = 96.8%) +1 ... +10 -O (1 = 1.1%) {96.8%} +11 --O (2 = 2.2%) {97.8%} +12 ... + +Histogram: Renderer4.CompositorThreadImplDrawDelay recorded 92 samples, average = 566.0 (flags = 0x1) +0 ... +13 --O (1 = 1.1%) {0.0%} +14 O (0 = 0.0%) {1.1%} +15 --O (1 = 1.1%) {1.1%} +16 ------------------------------------------------------------------------O (30 = 32.6%) {2.2%} +17 ... +31 -O (1 = 1.1%) {34.8%} +33 --------------O (12 = 13.0%) {35.9%} +35 -O (1 = 1.1%) {48.9%} +37 ... +43 -O (1 = 1.1%) {50.0%} +45 O (0 = 0.0%) {51.1%} +47 -O (1 = 1.1%) {51.1%} +49 -----O (4 = 4.3%) {52.2%} +51 ... +56 -O (1 = 1.1%) {56.5%} +59 O (0 = 0.0%) {57.6%} +62 -O (1 = 1.1%) {57.6%} +65 --O (3 = 3.3%) {58.7%} +68 ... +82 ----O (6 = 6.5%) {62.0%} +86 ... +94 O (1 = 1.1%) {68.5%} +99 -O (2 = 2.2%) {69.6%} +104 ... +114 -O (2 = 2.2%) {71.7%} +120 ------------O (24 = 26.1%) {73.9%} + +Histogram: Renderer4.GpuRasterizationEnabled recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Renderer4.ReadyToDrawTileDrawStatus recorded 493 samples, average = 1.0 (flags = 0x1) +0 --O (12 = 2.4%) +1 ------------------------------------------------------------------------O (481 = 97.6%) {2.4%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ResourceDispatcher.OnReceivedDataTime recorded 202 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (200 = 99.0%) +1 O (1 = 0.5%) {99.0%} +2 ... +8 O (1 = 0.5%) {99.5%} +10 ... + +Histogram: Scheduling.Renderer.ActivateDuration recorded 93 samples, average = 589.0 (flags = 0x1) +0 ... +32 --------------O (2 = 2.2%) {0.0%} +36 -----------------O (3 = 3.2%) {2.2%} +41 ---------------------------------------O (7 = 7.5%) {5.4%} +47 -----------------O (3 = 3.2%) {12.9%} +53 ----------------------O (4 = 4.3%) {16.1%} +60 ---------------------------------O (6 = 6.5%) {20.4%} +68 ---------------------------------------O (7 = 7.5%) {26.9%} +77 ---------------------------------------O (7 = 7.5%) {34.4%} +88 ---------------------------------------O (7 = 7.5%) {41.9%} +100 ------------------------------------------------------------------------O (13 = 14.0%) {49.5%} +114 ---------------------------------O (6 = 6.5%) {63.4%} +130 ----------------------O (4 = 4.3%) {69.9%} +148 ----------------------O (4 = 4.3%) {74.2%} +168 ----------------------------O (5 = 5.4%) {78.5%} +191 -----------O (2 = 2.2%) {83.9%} +217 ------O (1 = 1.1%) {86.0%} +247 ------O (1 = 1.1%) {87.1%} +281 ... +2898 ------O (1 = 1.1%) {88.2%} +3300 ---------------------------------O (6 = 6.5%) {89.2%} +3758 -----------O (2 = 2.2%) {95.7%} +4279 ------O (1 = 1.1%) {97.8%} +4872 ... +10619 ------O (1 = 1.1%) {98.9%} +12092 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Overestimate recorded 93 samples, average = 900.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (21 = 22.6%) +1 ... +8 -------O (2 = 2.2%) {22.6%} +9 ... +11 -------O (4 = 4.3%) {24.7%} +13 O (0 = 0.0%) {29.0%} +15 -----O (3 = 3.2%) {29.0%} +17 ... +22 -O (1 = 1.1%) {32.3%} +25 O (0 = 0.0%) {33.3%} +28 -O (1 = 1.1%) {33.3%} +32 -O (1 = 1.1%) {34.4%} +36 ---O (4 = 4.3%) {35.5%} +41 --O (3 = 3.2%) {39.8%} +47 ---O (5 = 5.4%) {43.0%} +53 -O (1 = 1.1%) {48.4%} +60 -O (2 = 2.2%) {49.5%} +68 -O (2 = 2.2%) {51.6%} +77 ----O (6 = 6.5%) {53.8%} +88 -----O (7 = 7.5%) {60.2%} +100 ---O (5 = 5.4%) {67.7%} +114 ... +414 -O (1 = 1.1%) {73.1%} +471 ... +2898 --O (3 = 3.2%) {74.2%} +3300 --------------O (21 = 22.6%) {77.4%} +3758 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Underestimate recorded 93 samples, average = 351.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (73 = 78.5%) +1 ... +9 -O (1 = 1.1%) {78.5%} +10 O (0 = 0.0%) {79.6%} +11 O (1 = 1.1%) {79.6%} +13 O (1 = 1.1%) {80.6%} +15 O (0 = 0.0%) {81.7%} +17 O (1 = 1.1%) {81.7%} +19 ... +28 O (2 = 2.2%) {82.8%} +32 ... +41 -O (3 = 3.2%) {84.9%} +47 O (1 = 1.1%) {88.2%} +53 ... +77 O (1 = 1.1%) {89.2%} +88 O (1 = 1.1%) {90.3%} +100 ... +414 O (1 = 1.1%) {91.4%} +471 ... +2898 O (2 = 2.2%) {92.5%} +3300 O (2 = 2.2%) {94.6%} +3758 O (2 = 2.2%) {96.8%} +4279 ... +9326 O (1 = 1.1%) {98.9%} +10619 ... + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration recorded 123 samples, average = 30637.2 (flags = 0x1) +0 ... +88 ------O (1 = 0.8%) {0.0%} +100 ------O (1 = 0.8%) {0.8%} +114 ------O (1 = 0.8%) {1.6%} +130 ------------------------------O (5 = 4.1%) {2.4%} +148 ------O (1 = 0.8%) {6.5%} +168 O (0 = 0.0%) {7.3%} +191 ------------------O (3 = 2.4%) {7.3%} +217 ------------O (2 = 1.6%) {9.8%} +247 ------------------------O (4 = 3.3%) {11.4%} +281 ------------------O (3 = 2.4%) {14.6%} +320 ------------O (2 = 1.6%) {17.1%} +364 ------O (1 = 0.8%) {18.7%} +414 ------O (1 = 0.8%) {19.5%} +471 O (0 = 0.0%) {20.3%} +536 ------O (1 = 0.8%) {20.3%} +610 ------O (1 = 0.8%) {21.1%} +695 O (0 = 0.0%) {22.0%} +791 ------------O (2 = 1.6%) {22.0%} +901 O (0 = 0.0%) {23.6%} +1026 ------O (1 = 0.8%) {23.6%} +1168 ------O (1 = 0.8%) {24.4%} +1330 O (0 = 0.0%) {25.2%} +1514 ------O (1 = 0.8%) {25.2%} +1724 ------------------------O (4 = 3.3%) {26.0%} +1963 ------------------------------O (5 = 4.1%) {29.3%} +2235 ------------------------------O (5 = 4.1%) {33.3%} +2545 ------------------------O (4 = 3.3%) {37.4%} +2898 ------------------------------------O (6 = 4.9%) {40.7%} +3300 ------------------------------O (5 = 4.1%) {45.5%} +3758 ------------------------------------O (6 = 4.9%) {49.6%} +4279 ------------------------------O (5 = 4.1%) {54.5%} +4872 ------------------------------------------------------------------------O (12 = 9.8%) {58.5%} +5548 ------------------------------------------O (7 = 5.7%) {68.3%} +6317 ------------------------------------------------------------------O (11 = 8.9%) {74.0%} +7193 ------------------O (3 = 2.4%) {82.9%} +8190 O (0 = 0.0%) {85.4%} +9326 ------O (1 = 0.8%) {85.4%} +10619 ------------------O (3 = 2.4%) {86.2%} +12092 ------------O (2 = 1.6%) {88.6%} +13769 ------------O (2 = 1.6%) {90.2%} +15678 O (0 = 0.0%) {91.9%} +17852 ------O (1 = 0.8%) {91.9%} +20328 O (0 = 0.0%) {92.7%} +23147 ------O (1 = 0.8%) {92.7%} +26357 ... +38913 ------O (1 = 0.8%) {93.5%} +44309 ------O (1 = 0.8%) {94.3%} +50453 ... +65415 ------O (1 = 0.8%) {95.1%} +74486 ... +96576 ------O (1 = 0.8%) {95.9%} +109968 ... +310767 ------O (1 = 0.8%) {96.7%} +353860 ... +458800 ------O (1 = 0.8%) {97.6%} +522420 ... +771273 ------O (1 = 0.8%) {98.4%} +878221 O (0 = 0.0%) {99.2%} +1000000 ------O (1 = 0.8%) {99.2%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Overestimate recorded 123 samples, average = 181013.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 5.7%) +1 ... +791 --O (1 = 0.8%) {5.7%} +901 ... +1330 --O (1 = 0.8%) {6.5%} +1514 O (0 = 0.0%) {7.3%} +1724 ----O (2 = 1.6%) {7.3%} +1963 O (0 = 0.0%) {8.9%} +2235 --O (1 = 0.8%) {8.9%} +2545 --O (1 = 0.8%) {9.8%} +2898 O (0 = 0.0%) {10.6%} +3300 ----------O (5 = 4.1%) {10.6%} +3758 ----------O (5 = 4.1%) {14.6%} +4279 ------------O (6 = 4.9%) {18.7%} +4872 ----O (2 = 1.6%) {23.6%} +5548 ----O (2 = 1.6%) {25.2%} +6317 -----------------------O (11 = 8.9%) {26.8%} +7193 ------O (3 = 2.4%) {35.8%} +8190 --O (1 = 0.8%) {38.2%} +9326 ----O (2 = 1.6%) {39.0%} +10619 ----O (2 = 1.6%) {40.7%} +12092 ------------O (6 = 4.9%) {42.3%} +13769 ------O (3 = 2.4%) {47.2%} +15678 O (0 = 0.0%) {49.6%} +17852 ----O (2 = 1.6%) {49.6%} +20328 --O (1 = 0.8%) {51.2%} +23147 --O (1 = 0.8%) {52.0%} +26357 O (0 = 0.0%) {52.8%} +30012 --O (1 = 0.8%) {52.8%} +34174 --O (1 = 0.8%) {53.7%} +38913 --------------O (7 = 5.7%) {54.5%} +44309 ------O (3 = 2.4%) {60.2%} +50453 O (0 = 0.0%) {62.6%} +57449 --------------O (7 = 5.7%) {62.6%} +65415 --------O (4 = 3.3%) {68.3%} +74486 O (0 = 0.0%) {71.5%} +84815 --------O (4 = 3.3%) {71.5%} +96576 --------------O (7 = 5.7%) {74.8%} +109968 ... +402928 --O (1 = 0.8%) {80.5%} +458800 --------------O (7 = 5.7%) {81.3%} +522420 --O (1 = 0.8%) {87.0%} +594861 ... +771273 ---------------------O (10 = 8.1%) {87.8%} +878221 O (0 = 0.0%) {95.9%} +1000000 ----------O (5 = 4.1%) {95.9%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Underestimate recorded 123 samples, average = 17013.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (116 = 94.3%) +1 ... +901 O (1 = 0.8%) {94.3%} +1026 O (0 = 0.0%) {95.1%} +1168 O (1 = 0.8%) {95.1%} +1330 ... +2898 O (1 = 0.8%) {95.9%} +3300 ... +96576 O (1 = 0.8%) {96.7%} +109968 ... +272922 O (1 = 0.8%) {97.6%} +310767 O (0 = 0.0%) {98.4%} +353860 O (1 = 0.8%) {98.4%} +402928 ... +1000000 O (1 = 0.8%) {99.2%} + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration recorded 119 samples, average = 6706.3 (flags = 0x1) +0 ... +28 ------O (1 = 0.8%) {0.0%} +32 ... +217 -----O (1 = 0.8%) {0.8%} +247 ... +610 -----------------------O (5 = 4.2%) {1.7%} +695 ---------O (2 = 1.7%) {5.9%} +791 ------------------O (4 = 3.4%) {7.6%} +901 -----------------------------------------O (9 = 7.6%) {10.9%} +1026 ---------O (2 = 1.7%) {18.5%} +1168 -------------O (3 = 2.5%) {20.2%} +1330 ---------------------------O (6 = 5.0%) {22.7%} +1514 -------------O (3 = 2.5%) {27.7%} +1724 -----------------------O (5 = 4.2%) {30.3%} +1963 -----------------------O (5 = 4.2%) {34.5%} +2235 -----------------------O (5 = 4.2%) {38.7%} +2545 ------------------------------------------------------O (12 = 10.1%) {42.9%} +2898 -----O (1 = 0.8%) {52.9%} +3300 -----O (1 = 0.8%) {53.8%} +3758 ------------------O (4 = 3.4%) {54.6%} +4279 -------------O (3 = 2.5%) {58.0%} +4872 ---------O (2 = 1.7%) {60.5%} +5548 ---------------------------------------------O (10 = 8.4%) {62.2%} +6317 -----------------------O (5 = 4.2%) {70.6%} +7193 ---------O (2 = 1.7%) {74.8%} +8190 O (0 = 0.0%) {76.5%} +9326 -----O (1 = 0.8%) {76.5%} +10619 ---------O (2 = 1.7%) {77.3%} +12092 O (0 = 0.0%) {79.0%} +13769 -----O (1 = 0.8%) {79.0%} +15678 ------------------------------------------------------------------------O (16 = 13.4%) {79.8%} +17852 ... +23147 ---------O (2 = 1.7%) {93.3%} +26357 ------------------O (4 = 3.4%) {95.0%} +30012 ---------O (2 = 1.7%) {98.3%} +34174 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Overestimate recorded 119 samples, average = 9980.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (23 = 19.3%) +1 ... +4 ---O (1 = 0.8%) {19.3%} +5 ... +47 -O (1 = 0.8%) {20.2%} +53 ... +68 -O (1 = 0.8%) {21.0%} +77 ... +114 -O (1 = 0.8%) {21.8%} +130 ... +281 -O (1 = 0.8%) {22.7%} +320 ... +471 -O (2 = 1.7%) {23.5%} +536 ... +3758 -O (1 = 0.8%) {25.2%} +4279 -O (1 = 0.8%) {26.1%} +4872 -O (2 = 1.7%) {26.9%} +5548 --O (3 = 2.5%) {28.6%} +6317 -O (2 = 1.7%) {31.1%} +7193 -O (1 = 0.8%) {32.8%} +8190 ---O (4 = 3.4%) {33.6%} +9326 -----O (8 = 6.7%) {37.0%} +10619 ------O (9 = 7.6%) {43.7%} +12092 ----O (7 = 5.9%) {51.3%} +13769 --------------------O (32 = 26.9%) {57.1%} +15678 --------O (13 = 10.9%) {84.0%} +17852 O (0 = 0.0%) {95.0%} +20328 -O (2 = 1.7%) {95.0%} +23147 ---O (4 = 3.4%) {96.6%} +26357 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Underestimate recorded 119 samples, average = 1103.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (96 = 80.7%) +1 -O (1 = 0.8%) {80.7%} +2 ... +11 -O (2 = 1.7%) {81.5%} +13 ... +17 O (1 = 0.8%) {83.2%} +19 ... +32 O (1 = 0.8%) {84.0%} +36 ... +148 O (1 = 0.8%) {84.9%} +168 ... +217 O (2 = 1.7%) {85.7%} +247 ... +414 O (1 = 0.8%) {87.4%} +471 ... +695 O (1 = 0.8%) {88.2%} +791 ... +1514 O (1 = 0.8%) {89.1%} +1724 ... +3758 O (1 = 0.8%) {89.9%} +4279 O (1 = 0.8%) {90.8%} +4872 ... +6317 O (1 = 0.8%) {91.6%} +7193 O (0 = 0.0%) {92.4%} +8190 O (1 = 0.8%) {92.4%} +9326 O (3 = 2.5%) {93.3%} +10619 O (1 = 0.8%) {95.8%} +12092 O (2 = 1.7%) {96.6%} +13769 O (0 = 0.0%) {98.3%} +15678 O (1 = 0.8%) {98.3%} +17852 O (0 = 0.0%) {99.2%} +20328 O (1 = 0.8%) {99.2%} +23147 ... + +Histogram: Scheduling.Renderer.DrawDuration recorded 93 samples, average = 696.0 (flags = 0x1) +0 ... +114 -------------O (2 = 2.2%) {0.0%} +130 O (0 = 0.0%) {2.2%} +148 ----------------------------------------------O (7 = 7.5%) {2.2%} +168 -----------------------------------------------------------------O (10 = 10.8%) {9.7%} +191 -----------------------------------------------------------O (9 = 9.7%) {20.4%} +217 ------------------------------------------------------------------------O (11 = 11.8%) {30.1%} +247 ----------------------------------------------------O (8 = 8.6%) {41.9%} +281 ------------------------------------------------------------------------O (11 = 11.8%) {50.5%} +320 -------O (1 = 1.1%) {62.4%} +364 ---------------------------------------O (6 = 6.5%) {63.4%} +414 ------------------------------------------------------------------------O (11 = 11.8%) {69.9%} +471 --------------------O (3 = 3.2%) {81.7%} +536 ---------------------------------O (5 = 5.4%) {84.9%} +610 -------------O (2 = 2.2%) {90.3%} +695 -------------O (2 = 2.2%) {92.5%} +791 -------O (1 = 1.1%) {94.6%} +901 -------O (1 = 1.1%) {95.7%} +1026 ... +10619 -------------O (2 = 2.2%) {96.8%} +12092 -------O (1 = 1.1%) {98.9%} +13769 ... + +Histogram: Scheduling.Renderer.DrawDuration.Overestimate recorded 93 samples, average = 325.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 11.8%) +1 ... +7 -------O (1 = 1.1%) {11.8%} +8 ... +36 ---O (2 = 2.2%) {12.9%} +41 ... +53 ---O (2 = 2.2%) {15.1%} +60 -O (1 = 1.1%) {17.2%} +68 ... +88 -O (1 = 1.1%) {18.3%} +100 ... +130 ---O (2 = 2.2%) {19.4%} +148 ----O (3 = 3.2%) {21.5%} +168 --------O (6 = 6.5%) {24.7%} +191 -O (1 = 1.1%) {31.2%} +217 -------O (5 = 5.4%) {32.3%} +247 ----------O (8 = 8.6%) {37.6%} +281 -------------O (10 = 10.8%) {46.2%} +320 -------------O (10 = 10.8%) {57.0%} +364 ---O (2 = 2.2%) {67.7%} +414 ---O (2 = 2.2%) {69.9%} +471 ----------O (8 = 8.6%) {72.0%} +536 -----O (4 = 4.3%) {80.6%} +610 -------O (5 = 5.4%) {84.9%} +695 -------O (5 = 5.4%) {90.3%} +791 -----O (4 = 4.3%) {95.7%} +901 ... + +Histogram: Scheduling.Renderer.DrawDuration.Underestimate recorded 93 samples, average = 379.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (82 = 88.2%) +1 ... +60 O (1 = 1.1%) {88.2%} +68 ... +88 O (1 = 1.1%) {89.2%} +100 O (0 = 0.0%) {90.3%} +114 O (2 = 2.2%) {90.3%} +130 O (2 = 2.2%) {92.5%} +148 ... +281 O (1 = 1.1%) {94.6%} +320 ... +695 O (1 = 1.1%) {95.7%} +791 ... +10619 -O (3 = 3.2%) {96.8%} +12092 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration recorded 159 samples, average = 107.3 (flags = 0x1) +0 ... +28 ----------------------------------------O (8 = 5.0%) {0.0%} +32 --------------------------------------------------O (10 = 6.3%) {5.0%} +36 --------------------------------------------------------------------O (17 = 10.7%) {11.3%} +41 ------------------------------------------------O (12 = 7.5%) {22.0%} +47 ------------------------------------------------------------O (15 = 9.4%) {29.6%} +53 ----------------------------------------------------------------O (16 = 10.1%) {39.0%} +60 ------------------------------------O (9 = 5.7%) {49.1%} +68 ----------------------------O (7 = 4.4%) {54.7%} +77 ------------------------------------------------------------------------O (18 = 11.3%) {59.1%} +88 --------------------------------------------O (11 = 6.9%) {70.4%} +100 ------------------------------------------------O (12 = 7.5%) {77.4%} +114 ------------------------------------O (9 = 5.7%) {84.9%} +130 --------------------O (5 = 3.1%) {90.6%} +148 ----O (1 = 0.6%) {93.7%} +168 O (0 = 0.0%) {94.3%} +191 ----O (1 = 0.6%) {94.3%} +217 ------------O (3 = 1.9%) {95.0%} +247 ----O (1 = 0.6%) {96.9%} +281 O (0 = 0.0%) {97.5%} +320 ----O (1 = 0.6%) {97.5%} +364 ... +791 ----O (1 = 0.6%) {98.1%} +901 ... +1514 ----O (1 = 0.6%) {98.7%} +1724 ... +2545 ----O (1 = 0.6%) {99.4%} +2898 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Overestimate recorded 159 samples, average = 55.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (24 = 15.1%) +1 ---O (1 = 0.6%) {15.1%} +2 ---O (1 = 0.6%) {15.7%} +3 ---O (1 = 0.6%) {16.4%} +4 ... +7 ---O (1 = 0.6%) {17.0%} +8 O (0 = 0.0%) {17.6%} +9 ------O (2 = 1.3%) {17.6%} +10 O (0 = 0.0%) {18.9%} +11 ---O (2 = 1.3%) {18.9%} +13 --------O (5 = 3.1%) {20.1%} +15 --O (1 = 0.6%) {23.3%} +17 -----O (3 = 1.9%) {23.9%} +19 ----O (4 = 2.5%) {25.8%} +22 --O (2 = 1.3%) {28.3%} +25 ---O (3 = 1.9%) {29.6%} +28 -O (1 = 0.6%) {31.4%} +32 ---O (4 = 2.5%) {32.1%} +36 ----O (6 = 3.8%) {34.6%} +41 -----O (9 = 5.7%) {38.4%} +47 -O (2 = 1.3%) {44.0%} +53 --------O (14 = 8.8%) {45.3%} +60 --------O (13 = 8.2%) {54.1%} +68 ------O (10 = 6.3%) {62.3%} +77 --------------O (23 = 14.5%) {68.6%} +88 -----O (8 = 5.0%) {83.0%} +100 -------O (11 = 6.9%) {88.1%} +114 ... +148 -O (1 = 0.6%) {95.0%} +168 -O (2 = 1.3%) {95.6%} +191 ---O (5 = 3.1%) {96.9%} +217 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Underestimate recorded 159 samples, average = 38.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (136 = 85.5%) +1 -O (1 = 0.6%) {85.5%} +2 ... +4 -O (1 = 0.6%) {86.2%} +5 -O (1 = 0.6%) {86.8%} +6 O (0 = 0.0%) {87.4%} +7 -O (1 = 0.6%) {87.4%} +8 ... +13 -O (2 = 1.3%) {88.1%} +15 O (1 = 0.6%) {89.3%} +17 ... +22 O (1 = 0.6%) {89.9%} +25 O (0 = 0.0%) {90.6%} +28 O (1 = 0.6%) {90.6%} +32 O (1 = 0.6%) {91.2%} +36 O (1 = 0.6%) {91.8%} +41 O (1 = 0.6%) {92.5%} +47 ... +60 O (1 = 0.6%) {93.1%} +68 O (1 = 0.6%) {93.7%} +77 O (0 = 0.0%) {94.3%} +88 O (3 = 1.9%) {94.3%} +100 ... +130 O (1 = 0.6%) {96.2%} +148 O (0 = 0.0%) {96.9%} +168 O (1 = 0.6%) {96.9%} +191 O (1 = 0.6%) {97.5%} +217 ... +610 O (1 = 0.6%) {98.1%} +695 ... +1514 O (1 = 0.6%) {98.7%} +1724 ... +2545 O (1 = 0.6%) {99.4%} +2898 ... + +Histogram: SiteIsolation.AllResponses recorded 15 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (15 = 100.0%) {0.0%} +2 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 159 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (159 = 100.0%) +1 ... + +Histogram: TryScroll.SlowScroll recorded 10 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (10 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: V8.CodegenFractionCrankshaft recorded 42 samples, average = 17.5 (flags = 0x1) +0 ... +3 ---O (1 = 2.4%) {0.0%} +4 O (0 = 0.0%) {2.4%} +5 --------------O (4 = 9.5%) {2.4%} +6 ... +10 ---O (1 = 2.4%) {11.9%} +11 ... +17 ---O (1 = 2.4%) {14.3%} +18 -------O (2 = 4.8%) {16.7%} +19 --------------------------------------O (11 = 26.2%) {21.4%} +20 ------------------------------------------------------------------------O (21 = 50.0%) {47.6%} +21 ---O (1 = 2.4%) {97.6%} +22 ... + +Histogram: V8.CompileLazyMicroSeconds recorded 9 samples, average = 4081.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 22.2%) +1 ... +55 -------O (1 = 11.1%) {22.2%} +76 ... +282 --------------O (2 = 22.2%) {33.3%} +391 -------O (1 = 11.1%) {55.6%} +542 ... +2008 -------O (1 = 11.1%) {66.7%} +2786 ... +5362 -------O (1 = 11.1%) {77.8%} +7439 ... +19866 -------O (1 = 11.1%) {88.9%} +27562 ... + +Histogram: V8.CompileMicroSeconds recorded 17 samples, average = 2334.1 (flags = 0x1) +0 ... +16 ------------------------O (1 = 5.9%) {0.0%} +21 ------------------------O (1 = 5.9%) {5.9%} +28 ------------------------O (1 = 5.9%) {11.8%} +37 ------------------------------------------------O (2 = 11.8%) {17.6%} +49 ------------------------------------------------------------------------O (3 = 17.6%) {29.4%} +65 ------------------------------------------------O (2 = 11.8%) {47.1%} +86 ------------------------O (1 = 5.9%) {58.8%} +113 ------------------------------------------------O (2 = 11.8%) {64.7%} +149 ------------------------O (1 = 5.9%) {76.5%} +196 O (0 = 0.0%) {82.4%} +258 ------------------------O (1 = 5.9%) {82.4%} +340 ... +590 ------------------------O (1 = 5.9%) {88.2%} +777 ... +36699 ------------------------O (1 = 5.9%) {94.1%} +48336 ... + +Histogram: V8.CompileNoncacheableMicroSeconds recorded 9 samples, average = 27614.0 (flags = 0x1) +0 ... +49 ------------------------------------O (1 = 11.1%) {0.0%} +65 ... +196 ------------------------------------O (1 = 11.1%) {11.1%} +258 ------------------------------------O (1 = 11.1%) {22.2%} +340 ... +1023 ------------------------------------O (1 = 11.1%) {33.3%} +1347 O (0 = 0.0%) {44.4%} +1774 ------------------------------------O (1 = 11.1%) {44.4%} +2336 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +3077 ... +7031 ------------------------------------O (1 = 11.1%) {77.8%} +9260 ... +191569 ------------------------------------O (1 = 11.1%) {88.9%} +252312 ... + +Histogram: V8.CompileScriptMicroSeconds recorded 9 samples, average = 27584.2 (flags = 0x1) +0 ... +37 ------------------------------------O (1 = 11.1%) {0.0%} +49 ... +196 ------------------------------------O (1 = 11.1%) {11.1%} +258 ------------------------------------O (1 = 11.1%) {22.2%} +340 ... +1023 ------------------------------------O (1 = 11.1%) {33.3%} +1347 O (0 = 0.0%) {44.4%} +1774 ------------------------------------O (1 = 11.1%) {44.4%} +2336 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +3077 ... +7031 ------------------------------------O (1 = 11.1%) {77.8%} +9260 ... +191569 ------------------------------------O (1 = 11.1%) {88.9%} +252312 ... + +Histogram: V8.DetachedContextAgeInGC recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: V8.GCCompactor recorded 3 samples, average = 7.0 (flags = 0x1) +0 ... +6 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +7 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +8 ------------------------------------O (1 = 33.3%) {66.7%} +10 ... + +Histogram: V8.GCIdleNotification recorded 427 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (427 = 100.0%) +1 ... + +Histogram: V8.GCIdleTimeAllottedInMS recorded 427 samples, average = 38.7 (flags = 0x1) +0 -O (1 = 0.2%) +1 ----O (4 = 0.9%) {0.2%} +2 ------O (6 = 1.4%) {1.2%} +3 -----O (5 = 1.2%) {2.6%} +4 -----O (5 = 1.2%) {3.7%} +5 ---O (3 = 0.7%) {4.9%} +6 ----O (4 = 0.9%) {5.6%} +7 -----O (5 = 1.2%) {6.6%} +8 ---O (3 = 0.7%) {7.7%} +9 --------O (8 = 1.9%) {8.4%} +10 ------------O (12 = 2.8%) {10.3%} +11 ------O (6 = 1.4%) {13.1%} +12 ----O (4 = 0.9%) {14.5%} +13 -------O (7 = 1.6%) {15.5%} +14 ------O (6 = 1.4%) {17.1%} +15 ---O (3 = 0.7%) {18.5%} +16 -----------------O (17 = 4.0%) {19.2%} +17 ... +19 O (1 = 0.2%) {23.2%} +21 O (1 = 0.2%) {23.4%} +23 --O (4 = 0.9%) {23.7%} +25 --O (4 = 0.9%) {24.6%} +27 O (1 = 0.2%) {25.5%} +29 O (1 = 0.2%) {25.8%} +31 -O (2 = 0.5%) {26.0%} +33 -O (2 = 0.5%) {26.5%} +36 ---O (8 = 1.9%) {26.9%} +39 -O (2 = 0.5%) {28.8%} +42 -O (2 = 0.5%) {29.3%} +45 -O (6 = 1.4%) {29.7%} +49 ------------------------------------------------------------------------O (294 = 68.9%) {31.1%} +53 ... + +Histogram: V8.GCIdleTimeLimit.Undershot recorded 4 samples, average = 37.3 (flags = 0x1) +0 ... +9 ------------------------------------------------------------------------O (1 = 25.0%) {0.0%} +10 ... +42 ------------------------O (1 = 25.0%) {25.0%} +45 O (0 = 0.0%) {50.0%} +49 ------------------------------------O (2 = 50.0%) {50.0%} +53 ... + +Histogram: V8.GCIncrementalMarking recorded 104 samples, average = 0.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (93 = 89.4%) +1 ---O (4 = 3.8%) {89.4%} +2 -----O (6 = 5.8%) {93.3%} +3 -O (1 = 1.0%) {99.0%} +4 ... + +Histogram: V8.GCScavenger recorded 39 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (32 = 82.1%) +1 O (0 = 0.0%) {82.1%} +2 -----------O (5 = 12.8%) {82.1%} +3 O (0 = 0.0%) {94.9%} +4 --O (1 = 2.6%) {94.9%} +5 ... +7 --O (1 = 2.6%) {97.4%} +8 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: V8.MemoryExternalFragmentationCodeSpace recorded 42 samples, average = 29.2 (flags = 0x1) +0 ... +19 -----O (1 = 2.4%) {0.0%} +20 --------------------------O (5 = 11.9%) {2.4%} +21 ------------------------------------------------------------------------O (14 = 33.3%) {14.3%} +22 O (0 = 0.0%) {47.6%} +23 ------------------------------------O (7 = 16.7%) {47.6%} +24 -----O (1 = 2.4%) {64.3%} +25 -----O (1 = 2.4%) {66.7%} +26 ... +30 -----O (1 = 2.4%) {69.0%} +31 -----O (1 = 2.4%) {71.4%} +32 ... +34 ----------O (2 = 4.8%) {73.8%} +35 ... +38 -----O (1 = 2.4%) {78.6%} +39 ... +44 -----O (1 = 2.4%) {81.0%} +45 -----O (1 = 2.4%) {83.3%} +46 O (0 = 0.0%) {85.7%} +47 -----O (1 = 2.4%) {85.7%} +48 ... +51 -----O (1 = 2.4%) {88.1%} +52 ... +57 ----------O (2 = 4.8%) {90.5%} +58 ... +61 -----O (1 = 2.4%) {95.2%} +62 ... +76 -----O (1 = 2.4%) {97.6%} +77 ... + +Histogram: V8.MemoryExternalFragmentationMapSpace recorded 42 samples, average = 81.9 (flags = 0x1) +0 ... +72 -----O (2 = 4.8%) {0.0%} +73 -----O (2 = 4.8%) {4.8%} +74 ... +81 ------------O (5 = 11.9%) {9.5%} +82 -----O (2 = 4.8%) {21.4%} +83 ------------------------------------------------------------------------O (30 = 71.4%) {26.2%} +84 ... +90 --O (1 = 2.4%) {97.6%} +91 ... + +Histogram: V8.MemoryExternalFragmentationOldSpace recorded 42 samples, average = 21.1 (flags = 0x1) +0 O (0 = 0.0%) +1 ----O (1 = 2.4%) {0.0%} +2 ----O (1 = 2.4%) {2.4%} +3 --------O (2 = 4.8%) {4.8%} +4 ----O (1 = 2.4%) {9.5%} +5 ... +19 ----O (1 = 2.4%) {11.9%} +20 O (0 = 0.0%) {14.3%} +21 ----------------------------------O (9 = 21.4%) {14.3%} +22 ------------------------------------------------------------------------O (19 = 45.2%) {35.7%} +23 ... +29 -----------O (3 = 7.1%) {81.0%} +30 --------O (2 = 4.8%) {88.1%} +31 ... +33 ----O (1 = 2.4%) {92.9%} +34 ----O (1 = 2.4%) {95.2%} +35 ----O (1 = 2.4%) {97.6%} +36 ... + +Histogram: V8.MemoryExternalFragmentationTotal recorded 42 samples, average = 43.1 (flags = 0x1) +0 ... +27 ----O (1 = 2.4%) {0.0%} +28 ... +35 ----O (1 = 2.4%) {2.4%} +36 O (0 = 0.0%) {4.8%} +37 ------------O (3 = 7.1%) {4.8%} +38 ------------------------------------O (9 = 21.4%) {11.9%} +39 --------O (2 = 4.8%) {33.3%} +40 ----O (1 = 2.4%) {38.1%} +41 ----O (1 = 2.4%) {40.5%} +42 ----O (1 = 2.4%) {42.9%} +43 ... +45 ------------------------------------------------------------------------O (18 = 42.9%) {45.2%} +46 O (0 = 0.0%) {88.1%} +47 ----O (1 = 2.4%) {88.1%} +48 ... +56 ----O (1 = 2.4%) {90.5%} +57 O (0 = 0.0%) {92.9%} +58 ----O (1 = 2.4%) {92.9%} +59 O (0 = 0.0%) {95.2%} +60 ----O (1 = 2.4%) {95.2%} +61 ... +65 ----O (1 = 2.4%) {97.6%} +66 ... + +Histogram: V8.MemoryHeapCommitted recorded 1 samples, average = 16761.0 (flags = 0x1) +0 ... +16141 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17198 ... + +Histogram: V8.MemoryHeapFractionCodeSpace recorded 42 samples, average = 7.7 (flags = 0x1) +0 ... +5 ---------------------O (5 = 11.9%) {0.0%} +6 -----------------O (4 = 9.5%) {11.9%} +7 ------------------------------------------------------------------------O (17 = 40.5%) {21.4%} +8 -------------------------------------------------------O (13 = 31.0%) {61.9%} +9 ... +13 ----O (1 = 2.4%) {92.9%} +14 ... +17 ----O (1 = 2.4%) {95.2%} +18 ... +20 ----O (1 = 2.4%) {97.6%} +21 ... + +Histogram: V8.MemoryHeapFractionLoSpace recorded 42 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (42 = 100.0%) +1 ... + +Histogram: V8.MemoryHeapFractionMapSpace recorded 42 samples, average = 6.5 (flags = 0x1) +0 ... +4 --------------------O (5 = 11.9%) {0.0%} +5 ----------------O (4 = 9.5%) {11.9%} +6 ------------------------------------------------------------------------O (18 = 42.9%) {21.4%} +7 ----------------------------------------------------O (13 = 31.0%) {64.3%} +8 ... +15 ----O (1 = 2.4%) {95.2%} +16 O (0 = 0.0%) {97.6%} +17 ----O (1 = 2.4%) {97.6%} +18 ... + +Histogram: V8.MemoryHeapFractionNewSpace recorded 42 samples, average = 22.3 (flags = 0x1) +0 ... +11 --------O (2 = 4.8%) {0.0%} +12 O (0 = 0.0%) {4.8%} +13 ----O (1 = 2.4%) {4.8%} +14 -----------------------------------------------O (11 = 26.2%) {7.1%} +15 ... +20 ----O (1 = 2.4%) {33.3%} +21 O (0 = 0.0%) {35.7%} +22 ----O (1 = 2.4%) {35.7%} +23 ----O (1 = 2.4%) {38.1%} +24 O (0 = 0.0%) {40.5%} +25 ------------------------------------------------------------------------O (17 = 40.5%) {40.5%} +26 ... +28 ----O (1 = 2.4%) {81.0%} +29 ----O (1 = 2.4%) {83.3%} +30 ... +33 -----------------O (4 = 9.5%) {85.7%} +34 --------O (2 = 4.8%) {95.2%} +35 ... + +Histogram: V8.MemoryHeapFractionOldSpace recorded 42 samples, average = 61.7 (flags = 0x1) +0 ... +27 ----O (1 = 2.4%) {0.0%} +28 ... +38 ----O (1 = 2.4%) {2.4%} +39 ... +54 ----O (1 = 2.4%) {4.8%} +55 ----O (1 = 2.4%) {7.1%} +56 O (0 = 0.0%) {9.5%} +57 ---------------------O (5 = 11.9%) {9.5%} +58 ... +60 ------------------------------------------------------------------------O (17 = 40.5%) {21.4%} +61 ... +64 ----O (1 = 2.4%) {61.9%} +65 ... +68 ----O (1 = 2.4%) {64.3%} +69 -----------------------------------------------O (11 = 26.2%) {66.7%} +70 O (0 = 0.0%) {92.9%} +71 ----O (1 = 2.4%) {92.9%} +72 ... +76 --------O (2 = 4.8%) {95.2%} +77 ... + +Histogram: V8.MemoryHeapSampleCodeSpaceCommitted recorded 42 samples, average = 1220.3 (flags = 0x1) +0 ... +1138 ------------------------------------------------------------------------O (41 = 97.6%) {0.0%} +1295 ... +2174 --O (1 = 2.4%) {97.6%} +2475 ... + +Histogram: V8.MemoryHeapSampleMapSpaceCommitted recorded 42 samples, average = 1047.0 (flags = 0x1) +0 O (0 = 0.0%) +1000 ------------------------------------------------------------------------O (42 = 100.0%) {0.0%} +1138 ... + +Histogram: V8.MemoryHeapSampleMaximumCommitted recorded 42 samples, average = 22457.0 (flags = 0x1) +0 ... +5380 --O (1 = 2.4%) {0.0%} +6124 --O (1 = 2.4%) {2.4%} +6971 ... +13320 --O (1 = 2.4%) {4.8%} +15161 O (0 = 0.0%) {7.1%} +17257 --O (1 = 2.4%) {7.1%} +19642 O (0 = 0.0%) {9.5%} +22357 ------------------------------------------------------------------------O (38 = 90.5%) {9.5%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalCommitted recorded 42 samples, average = 15891.3 (flags = 0x1) +0 ... +5380 ----O (1 = 2.4%) {0.0%} +6124 ----O (1 = 2.4%) {2.4%} +6971 ... +13320 ----------------------------------------------------O (13 = 31.0%) {4.8%} +15161 ------------------------------------------------------------------------O (18 = 42.9%) {35.7%} +17257 ------------O (3 = 7.1%) {78.6%} +19642 ----O (1 = 2.4%) {85.7%} +22357 --------------------O (5 = 11.9%) {88.1%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalUsed recorded 42 samples, average = 8997.8 (flags = 0x1) +0 ... +1910 --O (1 = 2.4%) {0.0%} +2174 O (0 = 0.0%) {2.4%} +2475 --O (1 = 2.4%) {2.4%} +2817 ... +7935 ------------------------------------------------------------------------O (30 = 71.4%) {4.8%} +9032 -----O (2 = 4.8%) {76.2%} +10281 ----------O (4 = 9.5%) {81.0%} +11702 --O (1 = 2.4%) {90.5%} +13320 -------O (3 = 7.1%) {92.9%} +15161 ... + +Histogram: V8.MemoryHeapUsed recorded 1 samples, average = 9223.0 (flags = 0x1) +0 ... +9121 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +9718 ... + +Histogram: V8.ParseLazyMicroSeconds recorded 611 samples, average = 64.5 (flags = 0x1) +0 ... +3 ----O (1 = 0.2%) {0.0%} +4 ----------------O (4 = 0.7%) {0.2%} +5 ------------------------------O (15 = 2.5%) {0.8%} +7 --------------------------------------------------O (25 = 4.1%) {3.3%} +9 -------------------------------------------------------------------O (50 = 8.2%) {7.4%} +12 -------------------------------------------------------------------O (67 = 11.0%) {15.5%} +16 ------------------------------------------------------------------------O (90 = 14.7%) {26.5%} +21 --------------------------------------------------------------------O (85 = 13.9%) {41.2%} +28 ------------------------------------------------------------O (75 = 12.3%) {55.2%} +37 ----------------------------------------------------------O (72 = 11.8%) {67.4%} +49 --------------------------O (33 = 5.4%) {79.2%} +65 --------------------------O (33 = 5.4%) {84.6%} +86 --------------------O (25 = 4.1%) {90.0%} +113 --------O (10 = 1.6%) {94.1%} +149 ------O (7 = 1.1%) {95.7%} +196 ------O (7 = 1.1%) {96.9%} +258 -----O (6 = 1.0%) {98.0%} +340 O (0 = 0.0%) {99.0%} +448 --O (3 = 0.5%) {99.0%} +590 O (0 = 0.0%) {99.5%} +777 -O (1 = 0.2%) {99.5%} +1023 -O (1 = 0.2%) {99.7%} +1347 ... +12196 -O (1 = 0.2%) {99.8%} +16063 ... + +Histogram: V8.ParseMicroSeconds recorded 17 samples, average = 11075.2 (flags = 0x1) +0 ... +16 ------------------O (1 = 5.9%) {0.0%} +21 O (0 = 0.0%) {5.9%} +28 ------------------------------------------------------O (3 = 17.6%) {5.9%} +37 ... +86 ------------------O (1 = 5.9%) {23.5%} +113 O (0 = 0.0%) {29.4%} +149 ------------------------------------O (2 = 11.8%) {29.4%} +196 ------------------------------------------------------------------------O (4 = 23.5%) {41.2%} +258 ... +1023 ------------------O (1 = 5.9%) {64.7%} +1347 ------------------O (1 = 5.9%) {70.6%} +1774 ------------------O (1 = 5.9%) {76.5%} +2336 ------------------O (1 = 5.9%) {82.4%} +3077 ... +7031 ------------------O (1 = 5.9%) {88.2%} +9260 ... +145450 ------------------O (1 = 5.9%) {94.1%} +191569 ... + +Histogram: V8.PreParseMicroSeconds recorded 69 samples, average = 185.3 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------O (1 = 1.4%) {0.0%} +2 ------------------------------------------------------O (3 = 4.3%) {1.4%} +3 ------------------------------------------------------O (3 = 4.3%) {5.8%} +4 ------------------------------------O (2 = 2.9%) {10.1%} +5 ---------------------------------------------------------------O (7 = 10.1%) {13.0%} +7 ------------------------------------------------------------------------O (8 = 11.6%) {23.2%} +9 ------------------------------O (5 = 7.2%) {34.8%} +12 -----------------------O (5 = 7.2%) {42.0%} +16 --------------O (4 = 5.8%) {49.3%} +21 --------------O (4 = 5.8%) {55.1%} +28 ----------------------O (6 = 8.7%) {60.9%} +37 -------O (2 = 2.9%) {69.6%} +49 -------O (2 = 2.9%) {72.5%} +65 -------O (2 = 2.9%) {75.4%} +86 ----O (1 = 1.4%) {78.3%} +113 --------------O (4 = 5.8%) {79.7%} +149 -----------O (3 = 4.3%) {85.5%} +196 -------O (2 = 2.9%) {89.9%} +258 -------O (2 = 2.9%) {92.8%} +340 O (0 = 0.0%) {95.7%} +448 ----O (1 = 1.4%) {95.7%} +590 ... +1347 ----O (1 = 1.4%) {97.1%} +1774 ... +7031 ----O (1 = 1.4%) {98.6%} +9260 ... + +Histogram: WebCore.Animation.CSSProperties recorded 10 samples (flags = 0x1) +36 ------------------------------------------------------------------------O (2 = 20.0%) +50 ------------------------------------------------------------------------O (2 = 20.0%) +55 ------------------------------------------------------------------------O (2 = 20.0%) +61 ------------------------------------------------------------------------O (2 = 20.0%) +68 ------------------------------------------------------------------------O (2 = 20.0%) + +Histogram: WebCore.FeatureObserver recorded 2 samples, average = 52.0 (flags = 0x1) +0 ... +52 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +53 ... + +Histogram: WebCore.PreloadDelayMs recorded 11 samples, average = 2.8 (flags = 0x1) +0 O (0 = 0.0%) +1 --------------------------------------------------------------O (3 = 27.3%) {0.0%} +2 ---------------------O (1 = 9.1%) {27.3%} +3 ------------------------------------------------------------------------O (7 = 63.6%) {36.4%} +5 ... + +Histogram: WebCore.ResourceFetcher.HitCount recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: WebCore.ResourceFetcher.LoadCount recorded 3 samples, average = 0.7 (flags = 0x1) +0 ------------------------------------O (1 = 33.3%) +1 ------------------------------------------------------------------------O (2 = 66.7%) {33.3%} +2 ... + +Histogram: WebCore.ResourceFetcher.RevalidateCount recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: WebCore.ScriptController.clearWindowProxy recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: WebCore.Scripts.ParsingBlocking.NotStreamingReason recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: WebCore.Scripts.ParsingBlocking.StartedStreaming recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebCore.WindowProxy.createContext.MainWorld recorded 2 samples, average = 3.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ... +5 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +6 ... + +Histogram: WebFont.BlankTextShownTime recorded 1 samples, average = 12.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +14 ... + +Histogram: WebFont.CORSSuccess recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.CacheHit recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebFont.DecodeSpeed.WOFF2 recorded 2 samples, average = 13048.0 (flags = 0x1) +0 ... +12125 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +13655 ... + +Histogram: WebFont.DownloadTime.1.10KBTo50KB recorded 1 samples, average = 17.0 (flags = 0x1) +0 ... +17 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +20 ... + +Histogram: WebFont.HadBlankText recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.PackageFormat recorded 2 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +4 ... + +Histogram: WebFont.WebFontsInPage recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: sri.resource_integrity_mismatch_event recorded 11 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 100.0%) +1 ... + + +[0509/110757:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Blink.DecodedImageType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: BlinkGC.CollectGarbage recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: BlinkGC.CommittedSize recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: BlinkGC.CompleteSweep recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: BlinkGC.GCReason recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: BlinkGC.TotalAllocatedSpace recorded 5 samples, average = 947.2 (flags = 0x1) +0 ... +760 ------------------------------------------------------------------------O (5 = 100.0%) {0.0%} +1034 ... + +Histogram: BlinkGC.TotalObjectSpace recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: Compositing.NumActiveLayers recorded 103 samples, average = 12.0 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (100 = 97.1%) {0.0%} +14 --O (3 = 2.9%) {97.1%} +19 ... + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 104 samples, average = 98055.3 (flags = 0x1) +0 ... +12 ------------------------------------------------------O (6 = 5.8%) {0.0%} +16 O (0 = 0.0%) {5.8%} +21 --------------O (2 = 1.9%) {5.8%} +28 -------O (1 = 1.0%) {7.7%} +37 -------O (1 = 1.0%) {8.7%} +49 O (0 = 0.0%) {9.6%} +65 -------O (1 = 1.0%) {9.6%} +86 -------O (1 = 1.0%) {10.6%} +113 O (0 = 0.0%) {11.5%} +149 --------------O (2 = 1.9%) {11.5%} +196 ----------------------O (3 = 2.9%) {13.5%} +258 --------------O (2 = 1.9%) {16.3%} +340 -----------------------------O (4 = 3.8%) {18.3%} +448 -----------------------------O (4 = 3.8%) {22.1%} +590 --------------O (2 = 1.9%) {26.0%} +777 --------------O (2 = 1.9%) {27.9%} +1023 ----------------------------------------------------------O (8 = 7.7%) {29.8%} +1347 ------------------------------------O (5 = 4.8%) {37.5%} +1774 -------------------------------------------O (6 = 5.8%) {42.3%} +2336 ----------------------O (3 = 2.9%) {48.1%} +3077 O (0 = 0.0%) {51.0%} +4053 ----------------------O (3 = 2.9%) {51.0%} +5338 --------------------------------------------------O (7 = 6.7%) {53.8%} +7031 --------------O (2 = 1.9%) {60.6%} +9260 ----------------------O (3 = 2.9%) {62.5%} +12196 -------O (1 = 1.0%) {65.4%} +16063 -------O (1 = 1.0%) {66.3%} +21156 --------------O (2 = 1.9%) {67.3%} +27864 --------------O (2 = 1.9%) {69.2%} +36699 -------O (1 = 1.0%) {71.2%} +48336 -------O (1 = 1.0%) {72.1%} +63662 --------------O (2 = 1.9%) {73.1%} +83848 --------------O (2 = 1.9%) {75.0%} +110434 O (0 = 0.0%) {76.9%} +145450 ----------------------------------------------------------O (8 = 7.7%) {76.9%} +191569 -------O (1 = 1.0%) {84.6%} +252312 --------------O (2 = 1.9%) {85.6%} +332315 -------O (1 = 1.0%) {87.5%} +437686 ------------------------------------------------------------------------O (10 = 9.6%) {88.5%} +576468 -------O (1 = 1.0%) {98.1%} +759255 O (0 = 0.0%) {99.0%} +1000000 -------O (1 = 1.0%) {99.0%} + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateUs recorded 104 samples, average = 2343.0 (flags = 0x1) +0 ... +65 ---O (1 = 1.0%) {0.0%} +86 ... +196 ---O (1 = 1.0%) {1.0%} +258 ... +777 ---O (1 = 1.0%) {1.9%} +1023 ------------------------------------O (14 = 13.5%) {2.9%} +1347 ------------------------------------------------------------------------O (28 = 26.9%) {16.3%} +1774 --------------------------------------------------------------O (24 = 23.1%) {43.3%} +2336 ---------------O (6 = 5.8%) {66.3%} +3077 -------------------------------O (12 = 11.5%) {72.1%} +4053 ------------------------------------O (14 = 13.5%) {83.7%} +5338 --------O (3 = 2.9%) {97.1%} +7031 ... + +Histogram: Compositing.Renderer.PictureMemoryUsageKb recorded 103 samples, average = 197.2 (flags = 0x1) +0 ... +21 -O (1 = 1.0%) {0.0%} +28 O (0 = 0.0%) {1.0%} +37 -O (1 = 1.0%) {1.0%} +49 -O (1 = 1.0%) {1.9%} +65 ... +113 ------------O (14 = 13.6%) {2.9%} +149 --O (2 = 1.9%) {16.5%} +196 ------------------------------------------------------------------------O (84 = 81.6%) {18.4%} +258 ... + +Histogram: Compositing.Renderer.RasterTask.RasterPixelsPerMs recorded 651 samples, average = 131120.5 (flags = 0x1) +0 ... +4053 -O (1 = 0.2%) {0.0%} +5338 -O (1 = 0.2%) {0.2%} +7031 O (0 = 0.0%) {0.3%} +9260 --O (2 = 0.3%) {0.3%} +12196 ------O (7 = 1.1%) {0.6%} +16063 ------------O (14 = 2.2%) {1.7%} +21156 ---------------------O (25 = 3.8%) {3.8%} +27864 -------------------------------------O (45 = 6.9%) {7.7%} +36699 --------------------------------------------------O (60 = 9.2%) {14.6%} +48336 ------------------------------------------------------O (65 = 10.0%) {23.8%} +63662 ---------------------------------------------------------O (69 = 10.6%) {33.8%} +83848 ----------------------------------------------------O (63 = 9.7%) {44.4%} +110434 -----------------------------------------------------------------------O (86 = 13.2%) {54.1%} +145450 ------------------------------------------------------------------------O (87 = 13.4%) {67.3%} +191569 -----------------------------------------------------O (64 = 9.8%) {80.6%} +252312 ---------------------------------O (40 = 6.1%) {90.5%} +332315 -------O (8 = 1.2%) {96.6%} +437686 -------O (8 = 1.2%) {97.8%} +576468 -O (1 = 0.2%) {99.1%} +759255 O (0 = 0.0%) {99.2%} +1000000 ----O (5 = 0.8%) {99.2%} + +Histogram: Compositing.Renderer.RasterTask.RasterUs recorded 651 samples, average = 985.8 (flags = 0x1) +0 ... +28 --O (2 = 0.3%) {0.0%} +37 -O (1 = 0.2%) {0.3%} +49 --O (2 = 0.3%) {0.5%} +65 O (0 = 0.0%) {0.8%} +86 -O (1 = 0.2%) {0.8%} +113 -------O (8 = 1.2%) {0.9%} +149 -----O (6 = 0.9%) {2.2%} +196 ---------------------------------O (40 = 6.1%) {3.1%} +258 -----------------------------------------------------O (65 = 10.0%) {9.2%} +340 ------------------------------------------------------------------------O (88 = 13.5%) {19.2%} +448 ----------------------------------------------------------------------O (85 = 13.1%) {32.7%} +590 ----------------------------------------------------O (64 = 9.8%) {45.8%} +777 --------------------------------------------------------O (68 = 10.4%) {55.6%} +1023 ------------------------------------------------------O (66 = 10.1%) {66.1%} +1347 --------------------------------------------------O (61 = 9.4%) {76.2%} +1774 --------------------------------------O (46 = 7.1%) {85.6%} +2336 --------------------O (25 = 3.8%) {92.6%} +3077 -----------O (14 = 2.2%) {96.5%} +4053 ------O (7 = 1.1%) {98.6%} +5338 --O (2 = 0.3%) {99.7%} +7031 ... + +Histogram: Event.AggregatedLatency.Renderer2 recorded 349 samples, average = 187609.4 (flags = 0x1) +0 ... +1088 O (1 = 0.3%) {0.0%} +1270 ... +12918 -O (2 = 0.6%) {0.3%} +15079 ... +153496 ------------------------------------------------------------------------O (176 = 50.4%) {0.9%} +179176 -----------------------------------------------------------------O (159 = 45.6%) {51.3%} +209152 O (1 = 0.3%) {96.8%} +244143 ... +332665 O (1 = 0.3%) {97.1%} +388319 -O (3 = 0.9%) {97.4%} +453284 O (1 = 0.3%) {98.3%} +529117 -O (3 = 0.9%) {98.6%} +617637 -O (2 = 0.6%) {99.4%} +720966 ... + +Histogram: Event.HitTest recorded 409 samples, average = 0.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (318 = 77.8%) +1 O (0 = 0.0%) {77.8%} +2 -O (6 = 1.5%) {77.8%} +3 -------------------O (85 = 20.8%) {79.2%} +4 O (0 = 0.0%) {100.0%} + +Histogram: Event.Latency.Renderer2.Char recorded 5 samples, average = 169467.4 (flags = 0x1) +0 ... +1088 ------------------------------------O (1 = 20.0%) {0.0%} +1270 ... +12918 ------------------------------------------------------------------------O (2 = 40.0%) {20.0%} +15079 ... +332665 ------------------------------------O (1 = 20.0%) {60.0%} +388319 ------------------------------------O (1 = 20.0%) {80.0%} +453284 ... + +Histogram: Event.Latency.Renderer2.KeyUp recorded 5 samples, average = 376527.6 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (1 = 20.0%) {0.0%} +179176 ------------------------------------------------------------------------O (1 = 20.0%) {20.0%} +209152 ... +388319 ------------------------------------------------------------------------O (1 = 20.0%) {40.0%} +453284 ------------------------------------------------------------------------O (1 = 20.0%) {60.0%} +529117 O (0 = 0.0%) {80.0%} +617637 ------------------------------------------------------------------------O (1 = 20.0%) {80.0%} +720966 ... + +Histogram: Event.Latency.Renderer2.MouseDown recorded 2 samples, average = 183506.5 (flags = 0x1) +0 ... +179176 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +209152 ... + +Histogram: Event.Latency.Renderer2.MouseMove recorded 295 samples, average = 183103.1 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (154 = 52.2%) {0.0%} +179176 ----------------------------------------------------------------O (137 = 46.4%) {52.2%} +209152 O (1 = 0.3%) {98.6%} +244143 ... +388319 O (1 = 0.3%) {99.0%} +453284 O (0 = 0.0%) {99.3%} +529117 O (1 = 0.3%) {99.3%} +617637 O (1 = 0.3%) {99.7%} +720966 ... + +Histogram: Event.Latency.Renderer2.MouseUp recorded 2 samples, average = 181340.0 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +179176 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +209152 ... + +Histogram: Event.Latency.Renderer2.MouseWheel recorded 35 samples, average = 179674.7 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (18 = 51.4%) {0.0%} +179176 --------------------------------------------------------------------O (17 = 48.6%) {51.4%} +209152 ... + +Histogram: Event.Latency.Renderer2.RawKeyDown recorded 5 samples, average = 342402.2 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (2 = 40.0%) {0.0%} +179176 ------------------------------------O (1 = 20.0%) {40.0%} +209152 ... +529117 ------------------------------------------------------------------------O (2 = 40.0%) {60.0%} +617637 ... + +Histogram: Extensions.DidCreateScriptContext_WebPage recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: Extensions.InjectEnd_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectIdle_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_CssCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_ScriptCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserAhead_BrowserToRenderer recorded 14 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (14 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.IsSkewAdditive_BrowserToRenderer recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: LocalStorage.RendererLocalStorageSizeInKB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.RendererTimeToPrimeLocalStorageUnder100KB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.TimeToPrimeLocalStorage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.DiscardableAllocationSize recorded 45 samples, average = 518.4 (flags = 0x1) +0 ... +14 ----------------------------------------------------------------O (8 = 17.8%) {0.0%} +19 ------------------------------------------------------------------------O (9 = 20.0%) {17.8%} +26 O (0 = 0.0%) {37.8%} +35 ------------------------------------------------O (6 = 13.3%) {37.8%} +48 ------------------------------------------------O (6 = 13.3%) {51.1%} +65 ------------------------O (3 = 6.7%) {64.4%} +88 O (0 = 0.0%) {71.1%} +120 ------------------------O (3 = 6.7%) {71.1%} +163 --------O (1 = 2.2%) {77.8%} +222 --------O (1 = 2.2%) {80.0%} +302 O (0 = 0.0%) {82.2%} +411 --------O (1 = 2.2%) {82.2%} +559 --------O (1 = 2.2%) {84.4%} +760 --------O (1 = 2.2%) {86.7%} +1034 O (0 = 0.0%) {88.9%} +1407 --------O (1 = 2.2%) {88.9%} +1914 --------O (1 = 2.2%) {91.1%} +2604 --------O (1 = 2.2%) {93.3%} +3542 O (0 = 0.0%) {95.6%} +4818 --------O (1 = 2.2%) {95.6%} +6554 --------O (1 = 2.2%) {97.8%} +8915 ... + +Histogram: Memory.GlyphPagesPerLoad recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.HadFormInteraction.OnCommitLoad recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.IssuedNonGetFetchFromScript.OnCommitLoad recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: PartitionAlloc.CommittedSize recorded 1 samples, average = 43.0 (flags = 0x1) +0 ... +43 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +44 ... + +Histogram: Renderer.AcceleratedFixedRootBackground recorded 47 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (47 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 103 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (98 = 95.1%) +1 --O (3 = 2.9%) {95.1%} +2 -O (1 = 1.0%) {98.1%} +3 ... +7 -O (1 = 1.0%) {99.0%} +8 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 103 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (103 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 103 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (99 = 96.1%) +1 --O (3 = 2.9%) {96.1%} +2 ... +6 -O (1 = 1.0%) {99.0%} +7 ... + +Histogram: Renderer4.CompositorThreadImplDrawDelay recorded 101 samples, average = 405.8 (flags = 0x1) +0 ... +16 ------------------------------------------------------------------------O (45 = 44.6%) {0.0%} +17 ... +19 --O (1 = 1.0%) {44.6%} +20 ... +31 -O (1 = 1.0%) {45.5%} +33 ------O (8 = 7.9%) {46.5%} +35 ... +47 -O (1 = 1.0%) {54.5%} +49 ------O (7 = 6.9%) {55.4%} +51 ... +65 --O (3 = 3.0%) {62.4%} +68 ... +82 --O (4 = 4.0%) {65.3%} +86 ... +99 -O (2 = 2.0%) {69.3%} +104 ... +120 ---------O (29 = 28.7%) {71.3%} + +Histogram: Renderer4.GpuRasterizationEnabled recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Renderer4.ReadyToDrawTileDrawStatus recorded 648 samples, average = 1.0 (flags = 0x1) +0 ---O (30 = 4.6%) +1 ------------------------------------------------------------------------O (618 = 95.4%) {4.6%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ResourceDispatcher.OnReceivedDataTime recorded 201 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (199 = 99.0%) +1 O (1 = 0.5%) {99.0%} +2 O (0 = 0.0%) {99.5%} +3 O (1 = 0.5%) {99.5%} +4 ... + +Histogram: Scheduling.Renderer.ActivateDuration recorded 103 samples, average = 1184.8 (flags = 0x1) +0 ... +36 -----O (1 = 1.0%) {0.0%} +41 ------------------------------------O (7 = 6.8%) {1.0%} +47 ---------------O (3 = 2.9%) {7.8%} +53 ------------------------------------O (7 = 6.8%) {10.7%} +60 ---------------------------------------------------O (10 = 9.7%) {17.5%} +68 ---------------------O (4 = 3.9%) {27.2%} +77 ----------------------------------------------O (9 = 8.7%) {31.1%} +88 ------------------------------------------------------------------------O (14 = 13.6%) {39.8%} +100 -------------------------------O (6 = 5.8%) {53.4%} +114 ------------------------------------O (7 = 6.8%) {59.2%} +130 --------------------------O (5 = 4.9%) {66.0%} +148 ---------------------O (4 = 3.9%) {70.9%} +168 ----------O (2 = 1.9%) {74.8%} +191 -----O (1 = 1.0%) {76.7%} +217 ... +281 -----O (1 = 1.0%) {77.7%} +320 -----O (1 = 1.0%) {78.6%} +364 ... +2545 ----------O (2 = 1.9%) {79.6%} +2898 ---------------------O (4 = 3.9%) {81.6%} +3300 --------------------------O (5 = 4.9%) {85.4%} +3758 ----------O (2 = 1.9%) {90.3%} +4279 -----O (1 = 1.0%) {92.2%} +4872 O (0 = 0.0%) {93.2%} +5548 ----------O (2 = 1.9%) {93.2%} +6317 -----O (1 = 1.0%) {95.1%} +7193 O (0 = 0.0%) {96.1%} +8190 ----------O (2 = 1.9%) {96.1%} +9326 O (0 = 0.0%) {98.1%} +10619 -----O (1 = 1.0%) {98.1%} +12092 ... +17852 -----O (1 = 1.0%) {99.0%} +20328 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Overestimate recorded 103 samples, average = 2125.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 10.7%) +1 ... +36 -O (1 = 1.0%) {10.7%} +41 O (0 = 0.0%) {11.7%} +47 ---O (2 = 1.9%) {11.7%} +53 -O (1 = 1.0%) {13.6%} +60 O (0 = 0.0%) {14.6%} +68 ---O (2 = 1.9%) {14.6%} +77 ---O (2 = 1.9%) {16.5%} +88 -O (1 = 1.0%) {18.4%} +100 -------O (5 = 4.9%) {19.4%} +114 -------O (5 = 4.9%) {24.3%} +130 ----O (3 = 2.9%) {29.1%} +148 -O (1 = 1.0%) {32.0%} +168 -------O (5 = 4.9%) {33.0%} +191 ---O (2 = 1.9%) {37.9%} +217 ---O (2 = 1.9%) {39.8%} +247 -------O (5 = 4.9%) {41.7%} +281 -O (1 = 1.0%) {46.6%} +320 -O (1 = 1.0%) {47.6%} +364 ... +1514 -O (1 = 1.0%) {48.5%} +1724 O (0 = 0.0%) {49.5%} +1963 -------O (5 = 4.9%) {49.5%} +2235 ---O (2 = 1.9%) {54.4%} +2545 ---O (2 = 1.9%) {56.3%} +2898 ---O (2 = 1.9%) {58.3%} +3300 --------------------------O (20 = 19.4%) {60.2%} +3758 -----O (4 = 3.9%) {79.6%} +4279 O (0 = 0.0%) {83.5%} +4872 -----O (4 = 3.9%) {83.5%} +5548 -----------------O (13 = 12.6%) {87.4%} +6317 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Underestimate recorded 103 samples, average = 542.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (92 = 89.3%) +1 ... +9 -O (1 = 1.0%) {89.3%} +10 ... +100 O (1 = 1.0%) {90.3%} +114 ... +320 O (1 = 1.0%) {91.3%} +364 ... +536 O (1 = 1.0%) {92.2%} +610 ... +1724 O (1 = 1.0%) {93.2%} +1963 ... +3300 O (1 = 1.0%) {94.2%} +3758 ... +4872 O (1 = 1.0%) {95.1%} +5548 O (0 = 0.0%) {96.1%} +6317 O (1 = 1.0%) {96.1%} +7193 O (0 = 0.0%) {97.1%} +8190 O (1 = 1.0%) {97.1%} +9326 O (0 = 0.0%) {98.1%} +10619 O (1 = 1.0%) {98.1%} +12092 ... +15678 O (1 = 1.0%) {99.0%} +17852 ... + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration recorded 147 samples, average = 19737.6 (flags = 0x1) +0 ... +100 -----O (1 = 0.7%) {0.0%} +114 -----O (1 = 0.7%) {0.7%} +130 ----------O (2 = 1.4%) {1.4%} +148 --------------------------O (5 = 3.4%) {2.7%} +168 ----------------------------------------------O (9 = 6.1%) {6.1%} +191 ------------------------------------O (7 = 4.8%) {12.2%} +217 ------------------------------------O (7 = 4.8%) {17.0%} +247 ---------------O (3 = 2.0%) {21.8%} +281 ----------O (2 = 1.4%) {23.8%} +320 ----------O (2 = 1.4%) {25.2%} +364 ----------O (2 = 1.4%) {26.5%} +414 ... +791 -----O (1 = 0.7%) {27.9%} +901 -----O (1 = 0.7%) {28.6%} +1026 ... +1330 ---------------O (3 = 2.0%) {29.3%} +1514 --------------------------O (5 = 3.4%) {31.3%} +1724 ---------------------------------------------------O (10 = 6.8%) {34.7%} +1963 ---------------------------------------------------O (10 = 6.8%) {41.5%} +2235 ------------------------------------------------------------------------O (14 = 9.5%) {48.3%} +2545 ----------O (2 = 1.4%) {57.8%} +2898 ------------------------------------O (7 = 4.8%) {59.2%} +3300 ------------------------------------O (7 = 4.8%) {63.9%} +3758 ---------------------O (4 = 2.7%) {68.7%} +4279 ---------------------------------------------------O (10 = 6.8%) {71.4%} +4872 ------------------------------------O (7 = 4.8%) {78.2%} +5548 ---------------------O (4 = 2.7%) {83.0%} +6317 ---------------O (3 = 2.0%) {85.7%} +7193 ----------O (2 = 1.4%) {87.8%} +8190 -----O (1 = 0.7%) {89.1%} +9326 -----O (1 = 0.7%) {89.8%} +10619 ---------------------O (4 = 2.7%) {90.5%} +12092 ----------O (2 = 1.4%) {93.2%} +13769 ... +38913 -----O (1 = 0.7%) {94.6%} +44309 -----O (1 = 0.7%) {95.2%} +50453 O (0 = 0.0%) {95.9%} +57449 -----O (1 = 0.7%) {95.9%} +65415 ... +96576 -----O (1 = 0.7%) {96.6%} +109968 ... +239686 -----O (1 = 0.7%) {97.3%} +272922 ... +402928 -----O (1 = 0.7%) {98.0%} +458800 O (0 = 0.0%) {98.6%} +522420 -----O (1 = 0.7%) {98.6%} +594861 ... +1000000 -----O (1 = 0.7%) {99.3%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Overestimate recorded 147 samples, average = 101986.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (20 = 13.6%) +1 ... +41 -O (1 = 0.7%) {13.6%} +47 ... +191 -O (1 = 0.7%) {14.3%} +217 ... +791 -O (1 = 0.7%) {15.0%} +901 ... +1168 -O (1 = 0.7%) {15.6%} +1330 O (0 = 0.0%) {16.3%} +1514 -O (2 = 1.4%) {16.3%} +1724 ... +2235 --O (3 = 2.0%) {17.7%} +2545 -O (1 = 0.7%) {19.7%} +2898 O (0 = 0.0%) {20.4%} +3300 -O (2 = 1.4%) {20.4%} +3758 --O (3 = 2.0%) {21.8%} +4279 ---O (4 = 2.7%) {23.8%} +4872 ----O (5 = 3.4%) {26.5%} +5548 ----O (5 = 3.4%) {29.9%} +6317 --------O (11 = 7.5%) {33.3%} +7193 -O (2 = 1.4%) {40.8%} +8190 --------O (11 = 7.5%) {42.2%} +9326 ------O (8 = 5.4%) {49.7%} +10619 -----O (7 = 4.8%) {55.1%} +12092 ... +30012 -O (1 = 0.7%) {59.9%} +34174 -O (2 = 1.4%) {60.5%} +38913 O (0 = 0.0%) {61.9%} +44309 -O (1 = 0.7%) {61.9%} +50453 --O (3 = 2.0%) {62.6%} +57449 ------------O (17 = 11.6%) {64.6%} +65415 ... +84815 -O (1 = 0.7%) {76.2%} +96576 ------------O (16 = 10.9%) {76.9%} +109968 ... +353860 -O (1 = 0.7%) {87.8%} +402928 -------O (10 = 6.8%) {88.4%} +458800 ... +594861 -O (1 = 0.7%) {95.2%} +677348 ... +1000000 ----O (6 = 4.1%) {95.9%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Underestimate recorded 147 samples, average = 11585.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (127 = 86.4%) +1 ... +19 O (1 = 0.7%) {86.4%} +22 ... +130 O (2 = 1.4%) {87.1%} +148 ... +247 O (3 = 2.0%) {88.4%} +281 ... +414 O (1 = 0.7%) {90.5%} +471 O (1 = 0.7%) {91.2%} +536 O (0 = 0.0%) {91.8%} +610 O (1 = 0.7%) {91.8%} +695 ... +901 O (1 = 0.7%) {92.5%} +1026 O (1 = 0.7%) {93.2%} +1168 ... +1514 O (1 = 0.7%) {93.9%} +1724 ... +2545 O (2 = 1.4%) {94.6%} +2898 O (1 = 0.7%) {95.9%} +3300 ... +9326 O (1 = 0.7%) {96.6%} +10619 ... +96576 O (1 = 0.7%) {97.3%} +109968 ... +184863 O (1 = 0.7%) {98.0%} +210497 ... +402928 O (1 = 0.7%) {98.6%} +458800 ... +878221 O (1 = 0.7%) {99.3%} +1000000 O (0 = 0.0%) {100.0%} + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration recorded 132 samples, average = 6230.0 (flags = 0x1) +0 ... +13 -------O (1 = 0.8%) {0.0%} +15 ... +41 ---O (1 = 0.8%) {0.8%} +47 ... +114 ---O (1 = 0.8%) {1.5%} +130 ... +168 ---O (1 = 0.8%) {2.3%} +191 ... +364 --------------O (5 = 3.8%) {3.0%} +414 --------------O (5 = 3.8%) {6.8%} +471 -----------------------O (8 = 6.1%) {10.6%} +536 -----------------------O (8 = 6.1%) {16.7%} +610 ------O (2 = 1.5%) {22.7%} +695 ---O (1 = 0.8%) {24.2%} +791 ---------O (3 = 2.3%) {25.0%} +901 ---O (1 = 0.8%) {27.3%} +1026 O (0 = 0.0%) {28.0%} +1168 -----------------O (6 = 4.5%) {28.0%} +1330 -----------------O (6 = 4.5%) {32.6%} +1514 ---O (1 = 0.8%) {37.1%} +1724 ---------O (3 = 2.3%) {37.9%} +1963 ---------O (3 = 2.3%) {40.2%} +2235 ---------O (3 = 2.3%) {42.4%} +2545 --------------------O (7 = 5.3%) {44.7%} +2898 ------------O (4 = 3.0%) {50.0%} +3300 ---------O (3 = 2.3%) {53.0%} +3758 -----------------O (6 = 4.5%) {55.3%} +4279 -----------------O (6 = 4.5%) {59.8%} +4872 ---------O (3 = 2.3%) {64.4%} +5548 ---------O (3 = 2.3%) {66.7%} +6317 --------------O (5 = 3.8%) {68.9%} +7193 O (0 = 0.0%) {72.7%} +8190 ---O (1 = 0.8%) {72.7%} +9326 ------O (2 = 1.5%) {73.5%} +10619 O (0 = 0.0%) {75.0%} +12092 ---O (1 = 0.8%) {75.0%} +13769 ------O (2 = 1.5%) {75.8%} +15678 ------------------------------------------------------------------------O (25 = 18.9%) {77.3%} +17852 ---O (1 = 0.8%) {96.2%} +20328 ------O (2 = 1.5%) {97.0%} +23147 O (0 = 0.0%) {98.5%} +26357 ---O (1 = 0.8%) {98.5%} +30012 ---O (1 = 0.8%) {99.2%} +34174 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Overestimate recorded 132 samples, average = 10058.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (17 = 12.9%) +1 ... +6 ----O (1 = 0.8%) {12.9%} +7 ... +32 -O (1 = 0.8%) {13.6%} +36 -O (1 = 0.8%) {14.4%} +41 ... +60 --O (2 = 1.5%) {15.2%} +68 -O (1 = 0.8%) {16.7%} +77 --O (2 = 1.5%) {17.4%} +88 --O (2 = 1.5%) {18.9%} +100 -O (1 = 0.8%) {20.5%} +114 O (0 = 0.0%) {21.2%} +130 -O (1 = 0.8%) {21.2%} +148 O (0 = 0.0%) {22.0%} +168 -O (1 = 0.8%) {22.0%} +191 -O (1 = 0.8%) {22.7%} +217 ... +414 -O (1 = 0.8%) {23.5%} +471 --O (2 = 1.5%) {24.2%} +536 ... +1330 -O (1 = 0.8%) {25.8%} +1514 -O (1 = 0.8%) {26.5%} +1724 ... +2235 -O (1 = 0.8%) {27.3%} +2545 O (0 = 0.0%) {28.0%} +2898 -O (1 = 0.8%) {28.0%} +3300 -O (1 = 0.8%) {28.8%} +3758 ... +4872 -O (1 = 0.8%) {29.5%} +5548 -O (1 = 0.8%) {30.3%} +6317 -O (1 = 0.8%) {31.1%} +7193 -O (1 = 0.8%) {31.8%} +8190 O (0 = 0.0%) {32.6%} +9326 ----O (5 = 3.8%) {32.6%} +10619 ------O (7 = 5.3%) {36.4%} +12092 ------------O (14 = 10.6%) {41.7%} +13769 ------------------------O (28 = 21.2%) {52.3%} +15678 ------------------------------O (35 = 26.5%) {73.5%} +17852 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Underestimate recorded 132 samples, average = 481.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (115 = 87.1%) +1 -O (1 = 0.8%) {87.1%} +2 ... +68 O (1 = 0.8%) {87.9%} +77 ... +148 O (1 = 0.8%) {88.6%} +168 ... +247 O (1 = 0.8%) {89.4%} +281 ... +364 O (1 = 0.8%) {90.2%} +414 ... +610 O (1 = 0.8%) {90.9%} +695 O (1 = 0.8%) {91.7%} +791 O (0 = 0.0%) {92.4%} +901 O (1 = 0.8%) {92.4%} +1026 ... +1514 O (1 = 0.8%) {93.2%} +1724 ... +2235 O (1 = 0.8%) {93.9%} +2545 O (1 = 0.8%) {94.7%} +2898 ... +3758 O (2 = 1.5%) {95.5%} +4279 O (1 = 0.8%) {97.0%} +4872 ... +8190 O (1 = 0.8%) {97.7%} +9326 O (1 = 0.8%) {98.5%} +10619 ... +20328 O (1 = 0.8%) {99.2%} +23147 ... + +Histogram: Scheduling.Renderer.DrawDuration recorded 103 samples, average = 417.1 (flags = 0x1) +0 ... +19 -------O (1 = 1.0%) {0.0%} +22 ... +114 ----O (1 = 1.0%) {1.0%} +130 -----------------O (4 = 3.9%) {1.9%} +148 ---------------------O (5 = 4.9%) {5.8%} +168 -----------------------------------------------------------O (14 = 13.6%) {10.7%} +191 ------------------------------------------------------------------------O (17 = 16.5%) {24.3%} +217 -------------------------------------------------------O (13 = 12.6%) {40.8%} +247 ---------------------------------------------------O (12 = 11.7%) {53.4%} +281 ---------------------O (5 = 4.9%) {65.0%} +320 -------------O (3 = 2.9%) {69.9%} +364 ----O (1 = 1.0%) {72.8%} +414 -------------------------O (6 = 5.8%) {73.8%} +471 ------------------------------------------O (10 = 9.7%) {79.6%} +536 -------------O (3 = 2.9%) {89.3%} +610 ----O (1 = 1.0%) {92.2%} +695 ----O (1 = 1.0%) {93.2%} +791 ----O (1 = 1.0%) {94.2%} +901 ... +1514 ----O (1 = 1.0%) {95.1%} +1724 --------O (2 = 1.9%) {96.1%} +1963 O (0 = 0.0%) {98.1%} +2235 ----O (1 = 1.0%) {98.1%} +2545 ... +7193 ----O (1 = 1.0%) {99.0%} +8190 ... + +Histogram: Scheduling.Renderer.DrawDuration.Overestimate recorded 103 samples, average = 228.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (17 = 16.5%) +1 ... +5 ----O (1 = 1.0%) {16.5%} +6 ... +13 --O (1 = 1.0%) {17.5%} +15 ... +36 -O (1 = 1.0%) {18.4%} +41 --O (2 = 1.9%) {19.4%} +47 --O (2 = 1.9%) {21.4%} +53 ... +68 --O (2 = 1.9%) {23.3%} +77 ---O (3 = 2.9%) {25.2%} +88 --O (2 = 1.9%) {28.2%} +100 -O (1 = 1.0%) {30.1%} +114 --O (2 = 1.9%) {31.1%} +130 O (0 = 0.0%) {33.0%} +148 -O (1 = 1.0%) {33.0%} +168 ---O (3 = 2.9%) {34.0%} +191 -O (1 = 1.0%) {36.9%} +217 -----O (6 = 5.8%) {37.9%} +247 ------O (7 = 6.8%) {43.7%} +281 ---------------O (18 = 17.5%) {50.5%} +320 -----------O (13 = 12.6%) {68.0%} +364 ------------O (14 = 13.6%) {80.6%} +414 ---O (3 = 2.9%) {94.2%} +471 -O (1 = 1.0%) {97.1%} +536 --O (2 = 1.9%) {98.1%} +610 ... + +Histogram: Scheduling.Renderer.DrawDuration.Underestimate recorded 103 samples, average = 133.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (86 = 83.5%) +1 ... +4 -O (1 = 1.0%) {83.5%} +5 ... +41 O (1 = 1.0%) {84.5%} +47 O (2 = 1.9%) {85.4%} +53 O (1 = 1.0%) {87.4%} +60 ... +77 O (1 = 1.0%) {88.3%} +88 ... +168 O (2 = 1.9%) {89.3%} +191 O (1 = 1.0%) {91.3%} +217 O (1 = 1.0%) {92.2%} +247 O (1 = 1.0%) {93.2%} +281 O (1 = 1.0%) {94.2%} +320 ... +901 O (1 = 1.0%) {95.1%} +1026 O (0 = 0.0%) {96.1%} +1168 O (1 = 1.0%) {96.1%} +1330 O (1 = 1.0%) {97.1%} +1514 O (0 = 0.0%) {98.1%} +1724 O (1 = 1.0%) {98.1%} +1963 ... +6317 O (1 = 1.0%) {99.0%} +7193 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration recorded 167 samples, average = 86.9 (flags = 0x1) +0 ... +22 ------------O (2 = 1.2%) {0.0%} +25 ------------O (2 = 1.2%) {1.2%} +28 --------------O (3 = 1.8%) {2.4%} +32 -----------------------O (5 = 3.0%) {4.2%} +36 -----------------------------------------------O (13 = 7.8%) {7.2%} +41 -----------------------------------------------------------------O (18 = 10.8%) {15.0%} +47 ------------------------------------------------------------------------O (20 = 12.0%) {25.7%} +53 --------------------------------O (9 = 5.4%) {37.7%} +60 ----------------------------------------O (11 = 6.6%) {43.1%} +68 ----------------------------------------O (11 = 6.6%) {49.7%} +77 -------------------------------------------------------------O (17 = 10.2%) {56.3%} +88 --------------------------------------------------------------------O (19 = 11.4%) {66.5%} +100 -----------------------------O (8 = 4.8%) {77.8%} +114 -------------------------O (7 = 4.2%) {82.6%} +130 ----O (1 = 0.6%) {86.8%} +148 --------------O (4 = 2.4%) {87.4%} +168 -------O (2 = 1.2%) {89.8%} +191 ----------------------O (6 = 3.6%) {91.0%} +217 ----O (1 = 0.6%) {94.6%} +247 --------------O (4 = 2.4%) {95.2%} +281 ----O (1 = 0.6%) {97.6%} +320 -------O (2 = 1.2%) {98.2%} +364 ----O (1 = 0.6%) {99.4%} +414 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Overestimate recorded 167 samples, average = 96.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (21 = 12.6%) +1 ---O (1 = 0.6%) {12.6%} +2 ... +11 --O (1 = 0.6%) {13.2%} +13 --O (1 = 0.6%) {13.8%} +15 --O (1 = 0.6%) {14.4%} +17 --O (1 = 0.6%) {15.0%} +19 ---O (3 = 1.8%) {15.6%} +22 ---O (3 = 1.8%) {17.4%} +25 ---O (3 = 1.8%) {19.2%} +28 ---O (3 = 1.8%) {21.0%} +32 ---O (3 = 1.8%) {22.8%} +36 --O (3 = 1.8%) {24.6%} +41 --O (3 = 1.8%) {26.3%} +47 ---O (4 = 2.4%) {28.1%} +53 ---O (5 = 3.0%) {30.5%} +60 -O (2 = 1.2%) {33.5%} +68 ----O (6 = 3.6%) {34.7%} +77 ----------O (15 = 9.0%) {38.3%} +88 --------O (12 = 7.2%) {47.3%} +100 ----O (6 = 3.6%) {54.5%} +114 ----O (6 = 3.6%) {58.1%} +130 ----------O (14 = 8.4%) {61.7%} +148 -------------------O (28 = 16.8%) {70.1%} +168 ----------O (15 = 9.0%) {86.8%} +191 -O (1 = 0.6%) {95.8%} +217 ---O (5 = 3.0%) {96.4%} +247 -O (1 = 0.6%) {99.4%} +281 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Underestimate recorded 167 samples, average = 10.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (146 = 87.4%) +1 O (1 = 0.6%) {87.4%} +2 O (1 = 0.6%) {88.0%} +3 ... +5 O (1 = 0.6%) {88.6%} +6 ... +15 O (2 = 1.2%) {89.2%} +17 ... +32 O (1 = 0.6%) {90.4%} +36 O (1 = 0.6%) {91.0%} +41 O (0 = 0.0%) {91.6%} +47 O (2 = 1.2%) {91.6%} +53 O (2 = 1.2%) {92.8%} +60 O (2 = 1.2%) {94.0%} +68 O (1 = 0.6%) {95.2%} +77 O (0 = 0.0%) {95.8%} +88 O (1 = 0.6%) {95.8%} +100 O (0 = 0.0%) {96.4%} +114 O (1 = 0.6%) {96.4%} +130 O (1 = 0.6%) {97.0%} +148 O (1 = 0.6%) {97.6%} +168 O (1 = 0.6%) {98.2%} +191 O (1 = 0.6%) {98.8%} +217 O (1 = 0.6%) {99.4%} +247 ... + +Histogram: SiteIsolation.AllResponses recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 167 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (167 = 100.0%) +1 ... + +Histogram: TryScroll.SlowScroll recorded 35 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (35 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: V8.CodegenFractionCrankshaft recorded 37 samples, average = 16.7 (flags = 0x1) +0 ... +5 ------------------O (4 = 10.8%) {0.0%} +6 -----O (1 = 2.7%) {10.8%} +7 ... +12 -----O (1 = 2.7%) {13.5%} +13 ... +17 -----O (1 = 2.7%) {16.2%} +18 ------------------------------------------------------------------------O (16 = 43.2%) {18.9%} +19 ------------------O (4 = 10.8%) {62.2%} +20 ---------------------------------------------O (10 = 27.0%) {73.0%} +21 ... + +Histogram: V8.CompileLazyMicroSeconds recorded 9 samples, average = 3047.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 22.2%) +1 ... +76 -------O (1 = 11.1%) {22.2%} +105 O (0 = 0.0%) {33.3%} +146 -------O (1 = 11.1%) {33.3%} +203 O (0 = 0.0%) {44.4%} +282 --------------O (2 = 22.2%) {44.4%} +391 ... +1447 -------O (1 = 11.1%) {66.7%} +2008 ... +3865 -------O (1 = 11.1%) {77.8%} +5362 ... +19866 -------O (1 = 11.1%) {88.9%} +27562 ... + +Histogram: V8.CompileMicroSeconds recorded 17 samples, average = 2622.8 (flags = 0x1) +0 ... +16 ------------------------------------------------O (2 = 11.8%) {0.0%} +21 ------------------------O (1 = 5.9%) {11.8%} +28 ------------------------------------------------------------------------O (3 = 17.6%) {17.6%} +37 ------------------------O (1 = 5.9%) {35.3%} +49 ------------------------------------------------------------------------O (3 = 17.6%) {41.2%} +65 O (0 = 0.0%) {58.8%} +86 ------------------------------------------------------------------------O (3 = 17.6%) {58.8%} +113 ... +340 ------------------------O (1 = 5.9%) {76.5%} +448 ------------------------O (1 = 5.9%) {82.4%} +590 ... +1774 ------------------------O (1 = 5.9%) {88.2%} +2336 ... +36699 ------------------------O (1 = 5.9%) {94.1%} +48336 ... + +Histogram: V8.CompileNoncacheableMicroSeconds recorded 9 samples, average = 20259.4 (flags = 0x1) +0 ... +65 ------------------------------------O (1 = 11.1%) {0.0%} +86 ... +149 ------------------------------------O (1 = 11.1%) {11.1%} +196 ------------------------------------O (1 = 11.1%) {22.2%} +258 ... +590 ------------------------------------O (1 = 11.1%) {33.3%} +777 O (0 = 0.0%) {44.4%} +1023 ------------------------------------O (1 = 11.1%) {44.4%} +1347 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +1774 ... +5338 ------------------------------------O (1 = 11.1%) {77.8%} +7031 ... +145450 ------------------------------------O (1 = 11.1%) {88.9%} +191569 ... + +Histogram: V8.CompileScriptMicroSeconds recorded 9 samples, average = 20231.4 (flags = 0x1) +0 ... +65 ------------------------------------O (1 = 11.1%) {0.0%} +86 ... +149 ------------------------------------O (1 = 11.1%) {11.1%} +196 ------------------------------------O (1 = 11.1%) {22.2%} +258 ... +590 ------------------------------------O (1 = 11.1%) {33.3%} +777 O (0 = 0.0%) {44.4%} +1023 ------------------------------------O (1 = 11.1%) {44.4%} +1347 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +1774 ... +5338 ------------------------------------O (1 = 11.1%) {77.8%} +7031 ... +145450 ------------------------------------O (1 = 11.1%) {88.9%} +191569 ... + +Histogram: V8.GCCompactor recorded 3 samples, average = 5.7 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +3 ... +6 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +7 O (0 = 0.0%) {66.7%} +8 ------------------------------------O (1 = 33.3%) {66.7%} +10 ... + +Histogram: V8.GCIdleNotification recorded 462 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (462 = 100.0%) +1 ... + +Histogram: V8.GCIdleTimeAllottedInMS recorded 462 samples, average = 35.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ---O (3 = 0.6%) {0.0%} +2 ---O (3 = 0.6%) {0.6%} +3 ------O (6 = 1.3%) {1.3%} +4 -----O (5 = 1.1%) {2.6%} +5 ---------O (9 = 1.9%) {3.7%} +6 --O (2 = 0.4%) {5.6%} +7 --O (2 = 0.4%) {6.1%} +8 --------O (8 = 1.7%) {6.5%} +9 ----O (4 = 0.9%) {8.2%} +10 ---O (3 = 0.6%) {9.1%} +11 ------O (6 = 1.3%) {9.7%} +12 --------O (8 = 1.7%) {11.0%} +13 --------------O (13 = 2.8%) {12.8%} +14 --------------------------------O (31 = 6.7%) {15.6%} +15 -------O (7 = 1.5%) {22.3%} +16 ------------------------------------------O (40 = 8.7%) {23.8%} +17 --O (2 = 0.4%) {32.5%} +18 ----O (4 = 0.9%) {32.9%} +19 ---O (6 = 1.3%) {33.8%} +21 -O (2 = 0.4%) {35.1%} +23 -O (2 = 0.4%) {35.5%} +25 -O (1 = 0.2%) {35.9%} +27 ... +31 --O (3 = 0.6%) {36.1%} +33 -O (2 = 0.4%) {36.8%} +36 -O (3 = 0.6%) {37.2%} +39 -O (2 = 0.4%) {37.9%} +42 -O (2 = 0.4%) {38.3%} +45 --O (7 = 1.5%) {38.7%} +49 ------------------------------------------------------------------------O (276 = 59.7%) {40.3%} +53 ... + +Histogram: V8.GCIdleTimeLimit.Undershot recorded 7 samples, average = 30.9 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 14.3%) {0.0%} +4 O (0 = 0.0%) {14.3%} +5 ------------------------------------------------------------------------O (1 = 14.3%) {14.3%} +6 ... +19 ------------------------------------O (1 = 14.3%) {28.6%} +21 ... +42 ------------------------O (1 = 14.3%) {42.9%} +45 O (0 = 0.0%) {57.1%} +49 ------------------------------------------------------O (3 = 42.9%) {57.1%} +53 ... + +Histogram: V8.GCIncrementalMarking recorded 105 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (95 = 90.5%) +1 -O (1 = 1.0%) {90.5%} +2 --O (3 = 2.9%) {91.4%} +3 ---O (4 = 3.8%) {94.3%} +4 --O (2 = 1.9%) {98.1%} +5 ... + +Histogram: V8.GCScavenger recorded 34 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (26 = 76.5%) +1 --------O (3 = 8.8%) {76.5%} +2 ------O (2 = 5.9%) {85.3%} +3 ------O (2 = 5.9%) {91.2%} +4 O (0 = 0.0%) {97.1%} +5 ---O (1 = 2.9%) {97.1%} +6 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: V8.MemoryExternalFragmentationCodeSpace recorded 37 samples, average = 32.4 (flags = 0x1) +0 ... +19 ------------------------------------------------------------------------O (16 = 43.2%) {0.0%} +20 ... +31 -----O (1 = 2.7%) {43.2%} +32 --------------------------------O (7 = 18.9%) {45.9%} +33 O (0 = 0.0%) {64.9%} +34 -----O (1 = 2.7%) {64.9%} +35 ... +38 ---------O (2 = 5.4%) {67.6%} +39 ... +43 -----O (1 = 2.7%) {73.0%} +44 O (0 = 0.0%) {75.7%} +45 -----O (1 = 2.7%) {75.7%} +46 O (0 = 0.0%) {78.4%} +47 -----O (1 = 2.7%) {78.4%} +48 ... +51 -----O (1 = 2.7%) {81.1%} +52 ---------O (2 = 5.4%) {83.8%} +53 ... +58 --------------O (3 = 8.1%) {89.2%} +59 ... +64 -----O (1 = 2.7%) {97.3%} +65 ... + +Histogram: V8.MemoryExternalFragmentationMapSpace recorded 37 samples, average = 81.7 (flags = 0x1) +0 ... +75 ---O (1 = 2.7%) {0.0%} +76 ------O (2 = 5.4%) {2.7%} +77 ---O (1 = 2.7%) {8.1%} +78 ... +81 ---O (1 = 2.7%) {10.8%} +82 ------------------------------------------------------------------------O (25 = 67.6%) {13.5%} +83 ------------O (4 = 10.8%) {81.1%} +84 O (0 = 0.0%) {91.9%} +85 ------O (2 = 5.4%) {91.9%} +86 O (0 = 0.0%) {97.3%} +87 ---O (1 = 2.7%) {97.3%} +88 ... + +Histogram: V8.MemoryExternalFragmentationOldSpace recorded 37 samples, average = 25.1 (flags = 0x1) +0 ... +2 ------O (2 = 5.4%) {0.0%} +3 ---O (1 = 2.7%) {5.4%} +4 ---O (1 = 2.7%) {8.1%} +5 ---O (1 = 2.7%) {10.8%} +6 ---O (1 = 2.7%) {13.5%} +7 ... +10 ---O (1 = 2.7%) {16.2%} +11 ... +19 ---O (1 = 2.7%) {18.9%} +20 ... +29 ---O (1 = 2.7%) {21.6%} +30 ------------------------------------------------------------------------O (25 = 67.6%) {24.3%} +31 ---O (1 = 2.7%) {91.9%} +32 ... +34 ------O (2 = 5.4%) {94.6%} +35 ... + +Histogram: V8.MemoryExternalFragmentationTotal recorded 37 samples, average = 42.9 (flags = 0x1) +0 ... +27 -------O (1 = 2.7%) {0.0%} +28 ... +31 -------O (1 = 2.7%) {2.7%} +32 ... +35 -------O (1 = 2.7%) {5.4%} +36 O (0 = 0.0%) {8.1%} +37 -------O (1 = 2.7%) {8.1%} +38 ... +40 -----------------------------------------------------------------O (10 = 27.0%) {10.8%} +41 ----------------------------------------------O (7 = 18.9%) {37.8%} +42 -------O (1 = 2.7%) {56.8%} +43 ... +46 ------------------------------------------------------------------------O (11 = 29.7%) {59.5%} +47 -------O (1 = 2.7%) {89.2%} +48 ... +56 -------O (1 = 2.7%) {91.9%} +57 ... +59 -------O (1 = 2.7%) {94.6%} +60 O (0 = 0.0%) {97.3%} +61 -------O (1 = 2.7%) {97.3%} +62 ... + +Histogram: V8.MemoryHeapCommitted recorded 1 samples, average = 13029.0 (flags = 0x1) +0 ... +12524 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +13344 ... + +Histogram: V8.MemoryHeapFractionCodeSpace recorded 37 samples, average = 7.0 (flags = 0x1) +0 ... +5 --------------O (5 = 13.5%) {0.0%} +6 ------------------------------------------------------------------------O (26 = 70.3%) {13.5%} +7 O (0 = 0.0%) {83.8%} +8 ---O (1 = 2.7%) {83.8%} +9 O (0 = 0.0%) {86.5%} +10 ---O (1 = 2.7%) {86.5%} +11 ---O (1 = 2.7%) {89.2%} +12 O (0 = 0.0%) {91.9%} +13 ---O (1 = 2.7%) {91.9%} +14 O (0 = 0.0%) {94.6%} +15 ---O (1 = 2.7%) {94.6%} +16 ... +20 ---O (1 = 2.7%) {97.3%} +21 ... + +Histogram: V8.MemoryHeapFractionLoSpace recorded 37 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (37 = 100.0%) +1 ... + +Histogram: V8.MemoryHeapFractionMapSpace recorded 37 samples, average = 5.4 (flags = 0x1) +0 ... +4 -------------O (5 = 13.5%) {0.0%} +5 ------------------------------------------------------------------------O (27 = 73.0%) {13.5%} +6 ---O (1 = 2.7%) {86.5%} +7 -----O (2 = 5.4%) {89.2%} +8 O (0 = 0.0%) {94.6%} +9 ---O (1 = 2.7%) {94.6%} +10 ... +17 ---O (1 = 2.7%) {97.3%} +18 ... + +Histogram: V8.MemoryHeapFractionNewSpace recorded 37 samples, average = 18.6 (flags = 0x1) +0 ... +11 ------------------------------------------------------------------------O (15 = 40.5%) {0.0%} +12 ... +14 -----O (1 = 2.7%) {40.5%} +15 ... +18 -----O (1 = 2.7%) {43.2%} +19 -----O (1 = 2.7%) {45.9%} +20 ------------------------------------------------O (10 = 27.0%) {48.6%} +21 O (0 = 0.0%) {75.7%} +22 -----O (1 = 2.7%) {75.7%} +23 -----O (1 = 2.7%) {78.4%} +24 ... +26 -----O (1 = 2.7%) {81.1%} +27 ... +33 -------------------O (4 = 10.8%) {83.8%} +34 ----------O (2 = 5.4%) {94.6%} +35 ... + +Histogram: V8.MemoryHeapFractionOldSpace recorded 37 samples, average = 67.4 (flags = 0x1) +0 ... +27 -----O (1 = 2.7%) {0.0%} +28 ... +55 -----O (1 = 2.7%) {2.7%} +56 O (0 = 0.0%) {5.4%} +57 -----------------------------O (6 = 16.2%) {5.4%} +58 ... +60 -----O (1 = 2.7%) {21.6%} +61 O (0 = 0.0%) {24.3%} +62 -----O (1 = 2.7%) {24.3%} +63 O (0 = 0.0%) {27.0%} +64 -----O (1 = 2.7%) {27.0%} +65 -----O (1 = 2.7%) {29.7%} +66 ... +68 ------------------------------------------------O (10 = 27.0%) {32.4%} +69 ... +76 ------------------------------------------------------------------------O (15 = 40.5%) {59.5%} +77 ... + +Histogram: V8.MemoryHeapSampleCodeSpaceCommitted recorded 37 samples, average = 1276.5 (flags = 0x1) +0 ... +1138 ------------------------------------------------------------------------O (34 = 91.9%) {0.0%} +1295 ... +2174 ------O (3 = 8.1%) {91.9%} +2475 ... + +Histogram: V8.MemoryHeapSampleMapSpaceCommitted recorded 37 samples, average = 1047.0 (flags = 0x1) +0 O (0 = 0.0%) +1000 ------------------------------------------------------------------------O (37 = 100.0%) {0.0%} +1138 ... + +Histogram: V8.MemoryHeapSampleMaximumCommitted recorded 37 samples, average = 22425.0 (flags = 0x1) +0 ... +5380 --O (1 = 2.7%) {0.0%} +6124 ... +10281 --O (1 = 2.7%) {2.7%} +11702 O (0 = 0.0%) {5.4%} +13320 --O (1 = 2.7%) {5.4%} +15161 O (0 = 0.0%) {8.1%} +17257 --O (1 = 2.7%) {8.1%} +19642 O (0 = 0.0%) {10.8%} +22357 ------------------------------------------------------------------------O (33 = 89.2%) {10.8%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalCommitted recorded 37 samples, average = 18402.9 (flags = 0x1) +0 ... +5380 -----O (1 = 2.7%) {0.0%} +6124 ... +10281 -----O (1 = 2.7%) {2.7%} +11702 O (0 = 0.0%) {5.4%} +13320 ---------O (2 = 5.4%) {5.4%} +15161 -----O (1 = 2.7%) {10.8%} +17257 ------------------------------------------------------------------------O (16 = 43.2%) {13.5%} +19642 --------------------------------------------------O (11 = 29.7%) {56.8%} +22357 -----------------------O (5 = 13.5%) {86.5%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalUsed recorded 37 samples, average = 10414.0 (flags = 0x1) +0 ... +2174 ---O (1 = 2.7%) {0.0%} +2475 ... +6971 ---O (1 = 2.7%) {2.7%} +7935 ------O (2 = 5.4%) {5.4%} +9032 --------O (3 = 8.1%) {10.8%} +10281 ------------------------------------------------------------------------O (26 = 70.3%) {18.9%} +11702 ---O (1 = 2.7%) {89.2%} +13320 --------O (3 = 8.1%) {91.9%} +15161 ... + +Histogram: V8.MemoryHeapUsed recorded 1 samples, average = 8942.0 (flags = 0x1) +0 ... +8561 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +9121 ... + +Histogram: V8.ParseLazyMicroSeconds recorded 583 samples, average = 52.6 (flags = 0x1) +0 ... +4 ----------------------------------------O (10 = 1.7%) {0.0%} +5 ------------------------------------O (18 = 3.1%) {1.7%} +7 --------------------------------------------O (22 = 3.8%) {4.8%} +9 ------------------------------------------------------------------------O (54 = 9.3%) {8.6%} +12 -----------------------------------------------------------------------O (71 = 12.2%) {17.8%} +16 ---------------------------------------------------------------O (79 = 13.6%) {30.0%} +21 --------------------------------------------------------O (70 = 12.0%) {43.6%} +28 ----------------------------------------------------------O (72 = 12.3%) {55.6%} +37 -------------------------------------------------------------O (76 = 13.0%) {67.9%} +49 ---------------------------O (34 = 5.8%) {81.0%} +65 -------------------O (24 = 4.1%) {86.8%} +86 ------------------O (23 = 3.9%) {90.9%} +113 -------O (9 = 1.5%) {94.9%} +149 ------O (7 = 1.2%) {96.4%} +196 ----O (5 = 0.9%) {97.6%} +258 ---O (4 = 0.7%) {98.5%} +340 --O (2 = 0.3%) {99.1%} +448 -O (1 = 0.2%) {99.5%} +590 -O (1 = 0.2%) {99.7%} +777 ... +7031 -O (1 = 0.2%) {99.8%} +9260 ... + +Histogram: V8.ParseMicroSeconds recorded 17 samples, average = 7420.0 (flags = 0x1) +0 ... +16 ------------------------------------O (1 = 5.9%) {0.0%} +21 ------------------------------------O (1 = 5.9%) {5.9%} +28 ------------------------------------------------------------------------O (2 = 11.8%) {11.8%} +37 O (0 = 0.0%) {23.5%} +49 ------------------------------------O (1 = 5.9%) {23.5%} +65 ... +113 ------------------------------------O (1 = 5.9%) {29.4%} +149 ------------------------------------------------------------------------O (2 = 11.8%) {35.3%} +196 O (0 = 0.0%) {47.1%} +258 ------------------------------------O (1 = 5.9%) {47.1%} +340 ------------------------------------O (1 = 5.9%) {52.9%} +448 O (0 = 0.0%) {58.8%} +590 ------------------------------------O (1 = 5.9%) {58.8%} +777 O (0 = 0.0%) {64.7%} +1023 ------------------------------------------------------------------------O (2 = 11.8%) {64.7%} +1347 ------------------------------------O (1 = 5.9%) {76.5%} +1774 ... +3077 ------------------------------------O (1 = 5.9%) {82.4%} +4053 O (0 = 0.0%) {88.2%} +5338 ------------------------------------O (1 = 5.9%) {88.2%} +7031 ... +110434 ------------------------------------O (1 = 5.9%) {94.1%} +145450 ... + +Histogram: V8.PreParseMicroSeconds recorded 69 samples, average = 121.5 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (5 = 7.2%) {0.0%} +3 -------------------------------------------O (3 = 4.3%) {7.2%} +4 -------------------------------------------O (3 = 4.3%) {11.6%} +5 -----------------------------------------------------------------O (9 = 13.0%) {15.9%} +7 --------------------------------------------------O (7 = 10.1%) {29.0%} +9 -------------------O (4 = 5.8%) {39.1%} +12 -----------------------------O (8 = 11.6%) {44.9%} +16 ---O (1 = 1.4%) {56.5%} +21 ------O (2 = 2.9%) {58.0%} +28 -----------------O (6 = 8.7%) {60.9%} +37 --------------O (5 = 7.2%) {69.6%} +49 ---O (1 = 1.4%) {76.8%} +65 ---------O (3 = 4.3%) {78.3%} +86 ------O (2 = 2.9%) {82.6%} +113 -----------------O (6 = 8.7%) {85.5%} +149 ---O (1 = 1.4%) {94.2%} +196 ... +340 ------O (2 = 2.9%) {95.7%} +448 ... +5338 ---O (1 = 1.4%) {98.6%} +7031 ... + +Histogram: WebCore.Animation.CSSProperties recorded 10 samples (flags = 0x1) +36 ------------------------------------------------------------------------O (2 = 20.0%) +50 ------------------------------------------------------------------------O (2 = 20.0%) +55 ------------------------------------------------------------------------O (2 = 20.0%) +61 ------------------------------------------------------------------------O (2 = 20.0%) +68 ------------------------------------------------------------------------O (2 = 20.0%) + +Histogram: WebCore.FeatureObserver recorded 1 samples, average = 52.0 (flags = 0x1) +0 ... +52 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +53 ... + +Histogram: WebCore.PreloadDelayMs recorded 11 samples, average = 0.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (6 = 54.5%) +1 O (0 = 0.0%) {54.5%} +2 ------------------------------------------------------------O (5 = 45.5%) {54.5%} +3 ... + +Histogram: WebCore.ResourceFetcher.HitCount recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: WebCore.ResourceFetcher.LoadCount recorded 3 samples, average = 0.7 (flags = 0x1) +0 ------------------------------------O (1 = 33.3%) +1 ------------------------------------------------------------------------O (2 = 66.7%) {33.3%} +2 ... + +Histogram: WebCore.ResourceFetcher.RevalidateCount recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: WebCore.ScriptController.clearWindowProxy recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebCore.Scripts.ParsingBlocking.NotStreamingReason recorded 2 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +2 ... + +Histogram: WebCore.Scripts.ParsingBlocking.StartedStreaming recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: WebCore.WindowProxy.createContext.MainWorld recorded 1 samples, average = 20.0 (flags = 0x1) +0 ... +20 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +24 ... + +Histogram: WebFont.BlankTextShownTime recorded 1 samples, average = 16.0 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: WebFont.CORSSuccess recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.CacheHit recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebFont.DecodeSpeed.WOFF2 recorded 2 samples, average = 14799.5 (flags = 0x1) +0 ... +8489 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +9560 ... +19503 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +21964 ... + +Histogram: WebFont.DownloadTime.1.10KBTo50KB recorded 1 samples, average = 34.0 (flags = 0x1) +0 ... +34 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +40 ... + +Histogram: WebFont.HadBlankText recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.PackageFormat recorded 2 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +4 ... + +Histogram: WebFont.WebFontsInPage recorded 2 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +2 ... + +Histogram: sri.resource_integrity_mismatch_event recorded 11 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 100.0%) +1 ... + + +[0509/113159:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/113159:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 01158168: set chrome proxy config service to 011576C0 +[0509/113159:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 01158168: Done pushing proxy to UpdateProxyConfig +[0509/113159:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/113159:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0509/113159:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/113159:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/113159:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/113159:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/113159:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -6, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/113159:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 57E74080 + URL: data:text/html,chromewebdata + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/113159:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/113159:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/113159:VERBOSE1:dispatcher.cc(435)] Num tracked contexts: 0 +[0509/113159:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 57E74080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/113159:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/113159:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/113159:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/113159:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/113159:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/113159:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/113159:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/113159:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/113329:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/113802:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/113856:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114133:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114136:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114138:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114304:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114305:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/114420:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/115025:VERBOSE1:component_updater_service.cc(90)] CrxUpdateService stopping +[0509/115025:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/115025:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/115025:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Accessibility.InvertedColors recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.ManuallyEnabled recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.State recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinAudioDescription recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinJAWS recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinNVDA recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinSAToGo recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinScreenReader recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinStickyKeys recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinZoomText recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.ConfigChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseDuration recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 ... + +Histogram: AsyncDNS.ConfigParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsParseDuration recorded 1 samples, average = 4.0 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +5 ... + +Histogram: AsyncDNS.HostsParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostsSize recorded 1 samples, average = 824.0 (flags = 0x1) +0 ... +777 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +1023 ... + +Histogram: AsyncDNS.NameServersType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: AsyncDNS.WatchStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Aura.CreatedGpuBrowserCompositor recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ChildProcessSecurityPolicy.PerChildFilePermissions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 17 samples, average = 17662636.0 (flags = 0x1) +0 ... +65 -----O (1 = 5.9%) {0.0%} +86 ... +1000000 ------------------------------------------------------------------------O (16 = 94.1%) {5.9%} + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateUs recorded 17 samples, average = 94.4 (flags = 0x1) +0 ... +37 ------------------------------------O (2 = 11.8%) {0.0%} +49 ------------------------------------------------------O (3 = 17.6%) {11.8%} +65 ------------------------------------------------------------------------O (4 = 23.5%) {29.4%} +86 ------------------------------------------------------------------------O (4 = 23.5%) {52.9%} +113 ------------------------------------O (2 = 11.8%) {76.5%} +149 ------------------------------------O (2 = 11.8%) {88.2%} +196 ... + +Histogram: Compositing.Browser.PictureMemoryUsageKb recorded 40 samples, average = 9.0 (flags = 0x1) +0 ... +9 ------------------------------------------------------------------------O (40 = 100.0%) {0.0%} +12 ... + +Histogram: Compositing.NumActiveLayers recorded 41 samples, average = 7.0 (flags = 0x1) +0 ... +7 ------------------------------------------------------------------------O (41 = 100.0%) {0.0%} +10 ... + +Histogram: ContentSettings.DefaultCookiesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultImagesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultJavaScriptSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultLocationSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMIDISysExSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamCameraSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamMicSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMouseCursorSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultNotificationsSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultPluginsSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultPopupsSetting recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: ContentSettings.DefaultPushMessagingSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.NumberOfAllowCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfBlockCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfSessionOnlyCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Cookie.CookieSourceScheme recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Count recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.DeletionCause recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.EvictedLastAccessMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.ExpirationDurationMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.TimeBlockedOnLoad recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Type recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Event.Latency.Browser recorded 7633 samples, average = 178732.7 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (6819 = 89.3%) {0.0%} +184863 --------O (801 = 10.5%) {89.3%} +210497 O (7 = 0.1%) {99.8%} +239686 O (4 = 0.1%) {99.9%} +272922 O (0 = 0.0%) {100.0%} +310767 O (1 = 0.0%) {100.0%} +353860 O (0 = 0.0%) {100.0%} +402928 O (1 = 0.0%) {100.0%} +458800 ... + +Histogram: Event.Latency.Browser.ET_KEY_PRESSED recorded 94 samples, average = 178630.9 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (85 = 90.4%) {0.0%} +184863 --------O (9 = 9.6%) {90.4%} +210497 ... + +Histogram: Event.Latency.Browser.ET_KEY_RELEASED recorded 68 samples, average = 179883.0 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (65 = 95.6%) {0.0%} +184863 --O (2 = 2.9%) {95.6%} +210497 ... +310767 -O (1 = 1.5%) {98.5%} +353860 ... + +Histogram: Event.Latency.Browser.ET_MOUSEWHEEL recorded 8 samples, average = 173928.6 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (8 = 100.0%) {0.0%} +184863 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_DRAGGED recorded 1933 samples, average = 178576.3 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (1746 = 90.3%) {0.0%} +184863 --------O (184 = 9.5%) {90.3%} +210497 O (2 = 0.1%) {99.8%} +239686 ... +402928 O (1 = 0.1%) {99.9%} +458800 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_EXITED recorded 84 samples, average = 177521.6 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (78 = 92.9%) {0.0%} +184863 ------O (6 = 7.1%) {92.9%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_MOVED recorded 5366 samples, average = 178709.6 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (4775 = 89.0%) {0.0%} +184863 ---------O (591 = 11.0%) {89.0%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_PRESSED recorded 40 samples, average = 192092.6 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (25 = 62.5%) {0.0%} +184863 -----------------O (6 = 15.0%) {62.5%} +210497 --------------O (5 = 12.5%) {77.5%} +239686 ------------O (4 = 10.0%) {90.0%} +272922 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_RELEASED recorded 40 samples, average = 177820.5 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (37 = 92.5%) {0.0%} +184863 ------O (3 = 7.5%) {92.5%} +210497 ... + +Histogram: Event.Latency.Browser.WheelAcked recorded 4 samples, average = 77426.8 (flags = 0x1) +0 ... +536 ------------------------------------O (1 = 25.0%) {0.0%} +610 ... +57449 ------------------------------------------------------------------------O (2 = 50.0%) {25.0%} +65415 ... +162351 ------------------------------------O (1 = 25.0%) {75.0%} +184863 ... + +Histogram: Extensions.FeatureProviderStaticInitTime recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: GPU.AtExitContextGroupCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitMBytesAllocated recorded 1 samples, average = 16.0 (flags = 0x1) +0 ... +15 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: GPU.AtExitMBytesAllocatedMax recorded 1 samples, average = 16.0 (flags = 0x1) +0 ... +15 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: GPU.AtExitMBytesLimit recorded 1 samples, average = 512.0 (flags = 0x1) +0 ... +511 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +586 ... + +Histogram: GPU.AtExitManagedMemoryClientCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitReceivedMemoryStats recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.AtExitSurfaceCount recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.BlacklistFeatureTestResults.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistTestResultsPerEntry recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.CreateBrowserCompositor recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.D3DShaderModel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.DisplayLinkInstallationStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GLResetNotificationStrategy recorded 2 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +33362 ------------------------------------------------------------------------O (1 = 50.0%) + +Histogram: GPU.GPU.GPUProcessSoftwareRendering recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessInitialized recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.GPUProcessLaunchCause recorded 1 samples, average = 8.0 (flags = 0x1) +0 ... +8 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +9 ... + +Histogram: GPU.GPUProcessLaunchTime recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: GPU.GPUProcessLifetimeEvents recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessTerminationStatus recorded 1 samples, average = 4.0 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +5 ... + +Histogram: MPArch.ChildProcessLaunchFirst recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: MPArch.ChildProcessLaunchSubsequent recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: MPArch.IIR_InputEventDelta recorded 7326 samples, average = 4.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (6294 = 85.9%) +1 ----O (316 = 4.3%) {85.9%} +2 -O (110 = 1.5%) {90.2%} +3 -O (87 = 1.2%) {91.7%} +4 -O (54 = 0.7%) {92.9%} +5 O (34 = 0.5%) {93.7%} +6 O (21 = 0.3%) {94.1%} +7 O (20 = 0.3%) {94.4%} +8 O (34 = 0.5%) {94.7%} +10 O (8 = 0.1%) {95.1%} +12 O (13 = 0.2%) {95.2%} +14 -O (137 = 1.9%) {95.4%} +17 O (15 = 0.2%) {97.3%} +20 O (7 = 0.1%) {97.5%} +24 O (14 = 0.2%) {97.6%} +29 O (11 = 0.2%) {97.8%} +34 O (13 = 0.2%) {97.9%} +40 O (26 = 0.4%) {98.1%} +48 O (41 = 0.6%) {98.5%} +57 O (11 = 0.2%) {99.0%} +68 O (3 = 0.0%) {99.2%} +81 O (2 = 0.0%) {99.2%} +96 O (6 = 0.1%) {99.2%} +114 O (4 = 0.1%) {99.3%} +135 O (2 = 0.0%) {99.4%} +160 O (4 = 0.1%) {99.4%} +190 O (4 = 0.1%) {99.5%} +226 O (7 = 0.1%) {99.5%} +268 O (5 = 0.1%) {99.6%} +318 O (3 = 0.0%) {99.7%} +378 O (5 = 0.1%) {99.7%} +449 ... +633 O (1 = 0.0%) {99.8%} +752 O (12 = 0.2%) {99.8%} +894 O (2 = 0.0%) {100.0%} +1062 ... + +Histogram: MPArch.RWH_DidUpdateBackingStore recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: MPArch.RWH_OnMsgUpdateRect recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: MPArch.RWH_TabSwitchPaintDuration recorded 1 samples, average = 55.0 (flags = 0x1) +0 ... +48 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +57 ... + +Histogram: Media.Midi.ResultOnShutdown recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Media.Midi.Usage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.PressureLevel recorded 221 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (221 = 100.0%) {0.0%} +2 ... + +Histogram: Navigation.RedirectChainSize recorded 2 samples, average = 64.0 (flags = 0x1) +0 ... +28 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +37 ... +86 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +113 ... + +Histogram: Navigation.TimeToCommit recorded 2 samples, average = 15.0 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +17 ... + +Histogram: Navigation.TimeToCommit_ExistingRenderer_BeforeUnloadDiscounted recorded 2 samples, average = 15.0 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +17 ... + +Histogram: Navigation.TimeToURLJobStart recorded 2 samples, average = 6.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +12 ------------------------------------O (1 = 50.0%) {50.0%} +14 ... + +Histogram: Navigation.TimeToURLJobStart_ExistingRenderer_BeforeUnloadDiscounted recorded 2 samples, average = 6.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +12 ------------------------------------O (1 = 50.0%) {50.0%} +14 ... + +Histogram: Net.ErrorCodesForImages recorded 1 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: Net.ErrorCodesForMainFrame3 recorded 3 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +3 ------------------------------------------------------------------------O (1 = 33.3%) +6 ------------------------------------------------------------------------O (1 = 33.3%) + +Histogram: Net.ErrorCodesForSubresources2 recorded 13 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) + +Histogram: Net.NotifyAddrChangeFailures recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Net.QuicSession.PreferAesGcm recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: Net.RequestTime2.ErrAborted recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: Net.RequestTime2.MiscError recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Net.RequestTime2.Success recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: PluginFinder.BuiltInPluginList.ErrorCode recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 41 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (41 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 41 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (41 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 41 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (41 = 100.0%) +1 ... + +Histogram: Renderer.KeyboardQueueSize recorded 256 samples, average = 3.2 +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (114 = 44.5%) {0.0%} +2 ---------------------------------------------------O (81 = 31.6%) {44.5%} +3 ------O (10 = 3.9%) {76.2%} +4 ---O (4 = 1.6%) {80.1%} +5 ---O (4 = 1.6%) {81.6%} +6 ---O (5 = 2.0%) {83.2%} +7 ---O (4 = 1.6%) {85.2%} +8 ---O (4 = 1.6%) {86.7%} +9 ---O (4 = 1.6%) {88.3%} +10 ---O (5 = 2.0%) {89.8%} +11 --O (3 = 1.2%) {91.8%} +12 --O (3 = 1.2%) {93.0%} +13 ---O (4 = 1.6%) {94.1%} +14 ---O (4 = 1.6%) {95.7%} +15 --O (3 = 1.2%) {97.3%} +16 -O (2 = 0.8%) {98.4%} +17 -O (1 = 0.4%) {99.2%} +18 -O (1 = 0.4%) {99.6%} +19 ... + +Histogram: Renderer.WheelQueueSize recorded 4 samples, average = 0.0 +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: Renderer4.renderPassCount recorded 1290 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1290 = 100.0%) {0.0%} +2 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active recorded 2 samples, average = 735.5 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +5 ... +1204 --------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active.1Client recorded 2 samples, average = 735.5 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +5 ... +1204 --------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other recorded 1 samples, average = 137.0 (flags = 0x1) +0 ... +126 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +162 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.1Client recorded 1 samples, average = 137.0 (flags = 0x1) +0 ... +126 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +162 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive recorded 1 samples, average = 14.0 (flags = 0x1) +0 ... +13 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive.1Client recorded 1 samples, average = 14.0 (flags = 0x1) +0 ... +13 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: ResourceScheduler.RequestTimeDeferred.Active recorded 16 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (16 = 100.0%) +1 ... + +Histogram: ResourceScheduler.RequestTimeThrottled.Active recorded 16 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (16 = 100.0%) +1 ... + +Histogram: Scheduling.Browser.ActivateDuration recorded 41 samples, average = 6.6 (flags = 0x1) +0 ... +3 ------O (1 = 2.4%) {0.0%} +4 ------------------------------------------------------------------------O (12 = 29.3%) {2.4%} +5 ------------------------------------------------O (8 = 19.5%) {31.7%} +6 ------------------------------O (5 = 12.2%) {51.2%} +7 ------------------------------O (5 = 12.2%) {63.4%} +8 ------O (1 = 2.4%) {75.6%} +9 ------------------O (3 = 7.3%) {78.0%} +10 O (0 = 0.0%) {85.4%} +11 ---O (1 = 2.4%) {85.4%} +13 ------------O (4 = 9.8%) {87.8%} +15 ---O (1 = 2.4%) {97.6%} +17 ... + +Histogram: Scheduling.Browser.ActivateDuration.Overestimate recorded 41 samples, average = 3.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 31.7%) +1 -----------O (2 = 4.9%) {31.7%} +2 -----------------O (3 = 7.3%) {36.6%} +3 ----------------------------O (5 = 12.2%) {43.9%} +4 ---------------------------------O (6 = 14.6%) {56.1%} +5 ---------------------------------O (6 = 14.6%) {70.7%} +6 ------O (1 = 2.4%) {85.4%} +7 -----------O (2 = 4.9%) {87.8%} +8 O (0 = 0.0%) {92.7%} +9 ------O (1 = 2.4%) {92.7%} +10 O (0 = 0.0%) {95.1%} +11 ------O (2 = 4.9%) {95.1%} +13 ... + +Histogram: Scheduling.Browser.ActivateDuration.Underestimate recorded 41 samples, average = 0.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (34 = 82.9%) +1 --O (1 = 2.4%) {82.9%} +2 ... +4 ------O (3 = 7.3%) {85.4%} +5 --O (1 = 2.4%) {92.7%} +6 --O (1 = 2.4%) {95.1%} +7 --O (1 = 2.4%) {97.6%} +8 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration recorded 41 samples, average = 370.0 (flags = 0x1) +0 ... +60 --------------O (1 = 2.4%) {0.0%} +68 -----------------------------O (2 = 4.9%) {2.4%} +77 ------------------------------------------------------------------------O (5 = 12.2%) {7.3%} +88 ------------------------------------------------------------------------O (5 = 12.2%) {19.5%} +100 -----------------------------O (2 = 4.9%) {31.7%} +114 -----------------------------O (2 = 4.9%) {36.6%} +130 -----------------------------O (2 = 4.9%) {41.5%} +148 -------------------------------------------O (3 = 7.3%) {46.3%} +168 -------------------------------------------O (3 = 7.3%) {53.7%} +191 --------------O (1 = 2.4%) {61.0%} +217 -------------------------------------------O (3 = 7.3%) {63.4%} +247 -----------------------------O (2 = 4.9%) {70.7%} +281 -------------------------------------------O (3 = 7.3%) {75.6%} +320 --------------O (1 = 2.4%) {82.9%} +364 O (0 = 0.0%) {85.4%} +414 --------------O (1 = 2.4%) {85.4%} +471 --------------O (1 = 2.4%) {87.8%} +536 O (0 = 0.0%) {90.2%} +610 --------------O (1 = 2.4%) {90.2%} +695 --------------O (1 = 2.4%) {92.7%} +791 ... +1168 --------------O (1 = 2.4%) {95.1%} +1330 ... +5548 --------------O (1 = 2.4%) {97.6%} +6317 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Overestimate recorded 41 samples, average = 1465.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (6 = 14.6%) +1 ... +60 --O (1 = 2.4%) {14.6%} +68 ... +114 -------O (3 = 7.3%) {17.1%} +130 --O (1 = 2.4%) {24.4%} +148 --O (1 = 2.4%) {26.8%} +168 ----------O (4 = 9.8%) {29.3%} +191 ----------O (4 = 9.8%) {39.0%} +217 ----------------------O (9 = 22.0%) {48.8%} +247 ... +320 -----O (2 = 4.9%) {70.7%} +364 O (0 = 0.0%) {75.6%} +414 --O (1 = 2.4%) {75.6%} +471 ... +5548 ----------------------O (9 = 22.0%) {78.0%} +6317 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Underestimate recorded 41 samples, average = 192.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (35 = 85.4%) +1 ... +114 O (1 = 2.4%) {85.4%} +130 -O (2 = 4.9%) {87.8%} +148 ... +414 O (1 = 2.4%) {92.7%} +471 ... +695 O (1 = 2.4%) {95.1%} +791 ... +5548 O (1 = 2.4%) {97.6%} +6317 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration recorded 41 samples, average = 38.5 (flags = 0x1) +0 ... +17 ------------O (1 = 2.4%) {0.0%} +19 --------------------------------O (4 = 9.8%) {2.4%} +22 ------------------------------------------------------------------------O (9 = 22.0%) {12.2%} +25 ----------------------------------------O (5 = 12.2%) {34.1%} +28 ------------------------------------------O (7 = 17.1%) {46.3%} +32 ------------O (2 = 4.9%) {63.4%} +36 O (0 = 0.0%) {68.3%} +41 ----------O (2 = 4.9%) {68.3%} +47 --------------O (3 = 7.3%) {73.2%} +53 -----O (1 = 2.4%) {80.5%} +60 --------------O (3 = 7.3%) {82.9%} +68 -----O (1 = 2.4%) {90.2%} +77 ----------O (2 = 4.9%) {92.7%} +88 ... +148 -----O (1 = 2.4%) {97.6%} +168 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Overestimate recorded 41 samples, average = 53.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 7.3%) +1 O (0 = 0.0%) {7.3%} +2 ------------------------O (1 = 2.4%) {7.3%} +3 O (0 = 0.0%) {9.8%} +4 ------------------------O (1 = 2.4%) {9.8%} +5 O (0 = 0.0%) {12.2%} +6 ------------------------O (1 = 2.4%) {12.2%} +7 ... +13 ------------O (1 = 2.4%) {14.6%} +15 ... +19 --------O (1 = 2.4%) {17.1%} +22 --------------------------------O (4 = 9.8%) {19.5%} +25 ----------------O (2 = 4.9%) {29.3%} +28 ------O (1 = 2.4%) {34.1%} +32 ------------------O (3 = 7.3%) {36.6%} +36 ----------O (2 = 4.9%) {43.9%} +41 ----------O (2 = 4.9%) {48.8%} +47 ----------O (2 = 4.9%) {53.7%} +53 ------------------------O (5 = 12.2%) {58.5%} +60 --------------O (3 = 7.3%) {70.7%} +68 O (0 = 0.0%) {78.0%} +77 -----O (1 = 2.4%) {78.0%} +88 O (0 = 0.0%) {80.5%} +100 -----O (1 = 2.4%) {80.5%} +114 O (0 = 0.0%) {82.9%} +130 ----------------------------------O (7 = 17.1%) {82.9%} +148 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Underestimate recorded 41 samples, average = 4.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (38 = 92.7%) +1 ... +5 --O (1 = 2.4%) {92.7%} +6 ... +25 -O (1 = 2.4%) {95.1%} +28 ... +148 O (1 = 2.4%) {97.6%} +168 ... + +Histogram: Scheduling.Browser.DrawDuration recorded 41 samples, average = 73.9 (flags = 0x1) +0 ... +28 ----------O (1 = 2.4%) {0.0%} +32 ------------------------------O (3 = 7.3%) {2.4%} +36 --------------------------------O (4 = 9.8%) {9.8%} +41 ------------------------------------------------------------------------O (9 = 22.0%) {19.5%} +47 --------------------------------O (4 = 9.8%) {41.5%} +53 --------O (1 = 2.4%) {51.2%} +60 ----------------O (2 = 4.9%) {53.7%} +68 ------------------------O (3 = 7.3%) {58.5%} +77 --------------------------------O (4 = 9.8%) {65.9%} +88 --------O (1 = 2.4%) {75.6%} +100 ------------------------O (3 = 7.3%) {78.0%} +114 ----------------O (2 = 4.9%) {85.4%} +130 --------O (1 = 2.4%) {90.2%} +148 --------O (1 = 2.4%) {92.7%} +168 --------O (1 = 2.4%) {95.1%} +191 ... +281 --------O (1 = 2.4%) {97.6%} +320 ... + +Histogram: Scheduling.Browser.DrawDuration.Overestimate recorded 41 samples, average = 104.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 12.2%) +1 ... +19 -----O (1 = 2.4%) {12.2%} +22 -----O (1 = 2.4%) {14.6%} +25 -----O (1 = 2.4%) {17.1%} +28 O (0 = 0.0%) {19.5%} +32 ----O (1 = 2.4%) {19.5%} +36 ... +47 ---O (1 = 2.4%) {22.0%} +53 ------O (2 = 4.9%) {24.4%} +60 ------------O (4 = 9.8%) {29.3%} +68 ---O (1 = 2.4%) {39.0%} +77 ---------O (3 = 7.3%) {41.5%} +88 ------------O (4 = 9.8%) {48.8%} +100 ---O (1 = 2.4%) {58.5%} +114 ------O (2 = 4.9%) {61.0%} +130 --------------------O (7 = 17.1%) {65.9%} +148 ... +217 ---O (1 = 2.4%) {82.9%} +247 -----------------O (6 = 14.6%) {85.4%} +281 ... + +Histogram: Scheduling.Browser.DrawDuration.Underestimate recorded 41 samples, average = 9.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (36 = 87.8%) +1 ... +15 -O (1 = 2.4%) {87.8%} +17 ... +28 -O (1 = 2.4%) {90.2%} +32 O (0 = 0.0%) {92.7%} +36 O (1 = 2.4%) {92.7%} +41 ... +88 O (1 = 2.4%) {95.1%} +100 ... +191 O (1 = 2.4%) {97.6%} +217 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration recorded 42 samples, average = 33.6 (flags = 0x1) +0 ... +17 ----------------------O (3 = 7.1%) {0.0%} +19 ------------------------------------------------------------------------O (15 = 35.7%) {7.1%} +22 -------------------O (4 = 9.5%) {42.9%} +25 ------------------------O (5 = 11.9%) {52.4%} +28 O (0 = 0.0%) {64.3%} +32 ----O (1 = 2.4%) {64.3%} +36 --------------O (5 = 11.9%) {66.7%} +41 ---O (1 = 2.4%) {78.6%} +47 ---O (1 = 2.4%) {81.0%} +53 ------O (2 = 4.8%) {83.3%} +60 ------O (2 = 4.8%) {88.1%} +68 ---O (1 = 2.4%) {92.9%} +77 ... +100 ---O (1 = 2.4%) {95.2%} +114 ---O (1 = 2.4%) {97.6%} +130 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Overestimate recorded 42 samples, average = 22.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 16.7%) +1 O (0 = 0.0%) {16.7%} +2 ----------O (1 = 2.4%) {16.7%} +3 ----------O (1 = 2.4%) {19.0%} +4 ... +8 ----------O (1 = 2.4%) {21.4%} +9 ... +13 ----------O (2 = 4.8%) {23.8%} +15 O (0 = 0.0%) {28.6%} +17 -----O (1 = 2.4%) {28.6%} +19 ------------------------O (7 = 16.7%) {31.0%} +22 ---------------------O (6 = 14.3%) {47.6%} +25 O (0 = 0.0%) {61.9%} +28 ---O (1 = 2.4%) {61.9%} +32 --------O (3 = 7.1%) {64.3%} +36 -------------------O (9 = 21.4%) {71.4%} +41 ----O (2 = 4.8%) {92.9%} +47 --O (1 = 2.4%) {97.6%} +53 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Underestimate recorded 42 samples, average = 5.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (35 = 83.3%) +1 ... +5 --O (1 = 2.4%) {83.3%} +6 ... +15 -O (1 = 2.4%) {85.7%} +17 O (0 = 0.0%) {88.1%} +19 -O (1 = 2.4%) {88.1%} +22 ... +28 -O (1 = 2.4%) {90.5%} +32 ... +41 -O (2 = 4.8%) {92.9%} +47 ... +60 O (1 = 2.4%) {97.6%} +68 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeLongTime recorded 1 samples, average = 120.0 (flags = 0x1) +0 ... +119 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +137 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep1Time recorded 1 samples, average = 26.0 (flags = 0x1) +0 ... +24 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +29 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep2Time recorded 1 samples, average = 94.0 (flags = 0x1) +0 ... +81 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +96 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 42 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (42 = 100.0%) +1 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Windows.Win32kRendererLockdown recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: appcache.CompletionQueueTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.CompletionRunTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.TaskQueueTime recorded 2 samples, average = 1.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +3 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +4 ... + +Histogram: appcache.TaskRunTime recorded 2 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +2 ... + +Histogram: mime_sniffer.ShouldSniffMimeType2 recorded 14 samples, average = 1.1 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (13 = 92.9%) {0.0%} +2 O (1 = 7.1%) {92.9%} + +Histogram: mime_sniffer.kByteOrderMark2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kMagicNumbers2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffCRX recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTags2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTypes2 recorded 1 samples, average = 18.0 (flags = 0x1) +0 ... +18 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} + +Histogram: mime_sniffer.kUnknownMimeTypes2 recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: nosniff.usage recorded 14 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (14 = 100.0%) +1 ... + + +[0509/120617:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 0E87B738: set chrome proxy config service to 0E87AE80 +[0509/120617:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 0E87B738: Done pushing proxy to UpdateProxyConfig +[0509/120617:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/120617:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0509/120617:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/120617:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/120617:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/120617:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/120617:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/120617:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -6, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/120617:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 48674080 + URL: data:text/html,chromewebdata + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/120617:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/120617:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/120617:VERBOSE1:dispatcher.cc(435)] Num tracked contexts: 0 +[0509/120617:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 48674080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/120617:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/120617:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/120617:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/120617:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/120617:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/120617:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/120617:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/120617:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/120628:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/120752:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: GPU.ANGLE.D3D11CreateDeviceMS recorded 1 samples, average = 8.0 (flags = 0x1) +0 ... +8 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +10 ... + +Histogram: GPU.ANGLE.D3D11FeatureLevel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.ANGLE.D3D11InitializeResult recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.ANGLE.D3DCompileMS recorded 6 samples, average = 10.5 (flags = 0x1) +0 ... +2 ------------------------------------O (1 = 16.7%) {0.0%} +3 O (0 = 0.0%) {16.7%} +4 ------------------------------------------------------------------------O (2 = 33.3%) {16.7%} +5 O (0 = 0.0%) {50.0%} +6 ------------------------------------O (1 = 16.7%) {50.0%} +7 O (0 = 0.0%) {66.7%} +8 ------------------O (1 = 16.7%) {66.7%} +10 ... +34 -------O (1 = 16.7%) {83.3%} +40 ... + +Histogram: GPU.ANGLE.DisplayInitializeMS recorded 1 samples, average = 10.0 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +12 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDLLsMS recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDeviceMS recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.ANGLE.SupportsDXGI1_2 recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.CollectContextGraphicsInfo recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.DoLinkProgramTime recorded 3 samples, average = 25.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +14 ------------------------------------------------O (1 = 33.3%) {33.3%} +17 ... +40 -----------------------------O (1 = 33.3%) {66.7%} +48 ... + +Histogram: GPU.FenceSupport recorded 2 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.InitializeOneOffMediumTime recorded 1 samples, average = 15.0 (flags = 0x1) +0 ... +15 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +18 ... + +Histogram: GPU.MaxMSAASampleCount recorded 1 samples (flags = 0x1) +8 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: GPU.ProgramCache.BinaryCacheMissTime recorded 3 samples, average = 22802.0 (flags = 0x1) +0 ... +7439 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +10321 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +14319 ... +38240 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +53055 ... + +Histogram: GPU.ProgramCache.CacheHit recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: GPU.ProgramCache.MemorySizeAfterKb recorded 3 samples, average = 11.7 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +7 ... +12 ------------------------------------O (1 = 33.3%) {33.3%} +16 -----------------------------O (1 = 33.3%) {66.7%} +21 ... + +Histogram: GPU.ProgramCache.MemorySizeBeforeKb recorded 3 samples, average = 5.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +1 ... +5 ------------------------------------O (1 = 33.3%) {33.3%} +7 ... +12 ------------------O (1 = 33.3%) {66.7%} +16 ... + +Histogram: GPU.ProgramCache.ProgramBinarySizeBytes recorded 3 samples, average = 6315.0 (flags = 0x1) +0 ... +4053 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +5338 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +7031 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +9260 ... + +Histogram: GPU.TextureRG recorded 2 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + + +[0509/155316:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/155316:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Blink.DecodedImageType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: BlinkGC.CollectGarbage recorded 13 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) +1 ... + +Histogram: BlinkGC.CommittedSize recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: BlinkGC.CompleteSweep recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: BlinkGC.GCReason recorded 13 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) +1 ... + +Histogram: BlinkGC.TotalAllocatedSpace recorded 13 samples, average = 955.1 (flags = 0x1) +0 ... +760 ------------------------------------------------------------------------O (13 = 100.0%) {0.0%} +1034 ... + +Histogram: BlinkGC.TotalObjectSpace recorded 13 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) +1 ... + +Histogram: Compositing.NumActiveLayers recorded 631 samples, average = 12.4 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (619 = 98.1%) {0.0%} +14 -O (12 = 1.9%) {98.1%} +19 ... + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 611 samples, average = 342670.2 (flags = 0x1) +0 ... +12 --O (3 = 0.5%) {0.0%} +16 O (1 = 0.2%) {0.5%} +21 O (1 = 0.2%) {0.7%} +28 --O (4 = 0.7%) {0.8%} +37 O (1 = 0.2%) {1.5%} +49 O (1 = 0.2%) {1.6%} +65 O (1 = 0.2%) {1.8%} +86 O (1 = 0.2%) {2.0%} +113 O (0 = 0.0%) {2.1%} +149 O (1 = 0.2%) {2.1%} +196 O (1 = 0.2%) {2.3%} +258 O (0 = 0.0%) {2.5%} +340 --O (4 = 0.7%) {2.5%} +448 --O (4 = 0.7%) {3.1%} +590 ---O (8 = 1.3%) {3.8%} +777 --O (4 = 0.7%) {5.1%} +1023 ----O (9 = 1.5%) {5.7%} +1347 ---O (6 = 1.0%) {7.2%} +1774 ------O (13 = 2.1%) {8.2%} +2336 -------O (15 = 2.5%) {10.3%} +3077 ---O (7 = 1.1%) {12.8%} +4053 -----O (11 = 1.8%) {13.9%} +5338 O (1 = 0.2%) {15.7%} +7031 --O (5 = 0.8%) {15.9%} +9260 --O (4 = 0.7%) {16.7%} +12196 O (0 = 0.0%) {17.3%} +16063 -O (3 = 0.5%) {17.3%} +21156 O (1 = 0.2%) {17.8%} +27864 -O (2 = 0.3%) {18.0%} +36699 O (0 = 0.0%) {18.3%} +48336 ---O (8 = 1.3%) {18.3%} +63662 -O (3 = 0.5%) {19.6%} +83848 ------O (13 = 2.1%) {20.1%} +110434 ----------O (22 = 3.6%) {22.3%} +145450 ---------------------------O (62 = 10.1%) {25.9%} +191569 ---------------O (34 = 5.6%) {36.0%} +252312 ---------------------------O (63 = 10.3%) {41.6%} +332315 ---------------------------------------------------O (116 = 19.0%) {51.9%} +437686 ------------------------------------------------------------------------O (165 = 27.0%) {70.9%} +576468 ----O (9 = 1.5%) {97.9%} +759255 O (0 = 0.0%) {99.3%} +1000000 --O (4 = 0.7%) {99.3%} + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateUs recorded 611 samples, average = 2072.3 (flags = 0x1) +0 ... +16 O (1 = 0.2%) {0.0%} +21 ... +49 O (1 = 0.2%) {0.2%} +65 ... +149 O (1 = 0.2%) {0.3%} +196 O (1 = 0.2%) {0.5%} +258 --O (4 = 0.7%) {0.7%} +340 --O (5 = 0.8%) {1.3%} +448 O (1 = 0.2%) {2.1%} +590 --O (4 = 0.7%) {2.3%} +777 -----O (11 = 1.8%) {2.9%} +1023 ----------------------------------------------------------------------O (156 = 25.5%) {4.7%} +1347 ------------------------------------------------------------------------O (161 = 26.4%) {30.3%} +1774 ----------------------------------------O (90 = 14.7%) {56.6%} +2336 -------------------------O (57 = 9.3%) {71.4%} +3077 --------------------------------O (72 = 11.8%) {80.7%} +4053 -----------------O (38 = 6.2%) {92.5%} +5338 ---O (7 = 1.1%) {98.7%} +7031 O (1 = 0.2%) {99.8%} +9260 ... + +Histogram: Compositing.Renderer.PictureMemoryUsageKb recorded 630 samples, average = 186.8 (flags = 0x1) +0 ... +9 -O (2 = 0.3%) {0.0%} +12 O (0 = 0.0%) {0.3%} +16 O (2 = 0.3%) {0.3%} +21 O (1 = 0.2%) {0.6%} +28 ... +49 --O (10 = 1.6%) {0.8%} +65 ... +113 ---O (14 = 2.2%) {2.4%} +149 --------------------------------------------------------------O (275 = 43.7%) {4.6%} +196 ------------------------------------------------------------------------O (320 = 50.8%) {48.3%} +258 -O (4 = 0.6%) {99.0%} +340 O (2 = 0.3%) {99.7%} +448 ... + +Histogram: Compositing.Renderer.RasterTask.RasterPixelsPerMs recorded 9031 samples, average = 171414.5 (flags = 0x1) +0 ... +9260 O (3 = 0.0%) {0.0%} +12196 -O (18 = 0.2%) {0.0%} +16063 ----O (77 = 0.9%) {0.2%} +21156 ------O (121 = 1.3%) {1.1%} +27864 ----------O (187 = 2.1%) {2.4%} +36699 ---------------------O (390 = 4.3%) {4.5%} +48336 ----------------------------------O (644 = 7.1%) {8.8%} +63662 -----------------------------------------------O (876 = 9.7%) {15.9%} +83848 ----------------------------------------------------------------O (1199 = 13.3%) {25.6%} +110434 --------------------------------------------------------------------O (1282 = 14.2%) {38.9%} +145450 ------------------------------------------------------------------------O (1348 = 14.9%) {53.1%} +191569 --------------------------------------------------------------O (1169 = 12.9%) {68.0%} +252312 --------------------------------------------------O (944 = 10.5%) {81.0%} +332315 ----------------------O (409 = 4.5%) {91.4%} +437686 -----------O (214 = 2.4%) {96.0%} +576468 ----O (69 = 0.8%) {98.3%} +759255 --O (40 = 0.4%) {99.1%} +1000000 --O (41 = 0.5%) {99.5%} + +Histogram: Compositing.Renderer.RasterTask.RasterUs recorded 9031 samples, average = 652.7 (flags = 0x1) +0 ... +37 O (8 = 0.1%) {0.0%} +49 --O (31 = 0.3%) {0.1%} +65 --O (41 = 0.5%) {0.4%} +86 ----O (67 = 0.7%) {0.9%} +113 -----------O (209 = 2.3%) {1.6%} +149 ---------------------O (393 = 4.4%) {3.9%} +196 --------------------------------------------------O (947 = 10.5%) {8.3%} +258 ------------------------------------------------------------O (1145 = 12.7%) {18.8%} +340 ------------------------------------------------------------------------O (1363 = 15.1%) {31.5%} +448 --------------------------------------------------------------------O (1291 = 14.3%) {46.6%} +590 ---------------------------------------------------------------O (1200 = 13.3%) {60.8%} +777 -----------------------------------------------O (884 = 9.8%) {74.1%} +1023 ----------------------------------O (653 = 7.2%) {83.9%} +1347 ---------------------O (391 = 4.3%) {91.2%} +1774 ----------O (188 = 2.1%) {95.5%} +2336 ------O (121 = 1.3%) {97.6%} +3077 ----O (79 = 0.9%) {98.9%} +4053 -O (18 = 0.2%) {99.8%} +5338 O (2 = 0.0%) {100.0%} +7031 ... + +Histogram: Event.AggregatedLatency.Renderer2 recorded 2649 samples, average = 184863.2 (flags = 0x1) +0 ... +430 O (1 = 0.0%) {0.0%} +502 O (3 = 0.1%) {0.0%} +586 O (3 = 0.1%) {0.2%} +684 O (1 = 0.0%) {0.3%} +798 O (0 = 0.0%) {0.3%} +932 O (1 = 0.0%) {0.3%} +1088 O (1 = 0.0%) {0.3%} +1270 O (0 = 0.0%) {0.4%} +1482 O (1 = 0.0%) {0.4%} +1730 ... +2357 O (1 = 0.0%) {0.4%} +2751 ... +3748 O (1 = 0.0%) {0.5%} +4375 ... +153496 -------------------------------------------------------------------O (1251 = 47.2%) {0.5%} +179176 ------------------------------------------------------------------------O (1339 = 50.5%) {47.7%} +209152 O (7 = 0.3%) {98.3%} +244143 O (5 = 0.2%) {98.5%} +284987 O (1 = 0.0%) {98.7%} +332665 O (6 = 0.2%) {98.8%} +388319 O (4 = 0.2%) {99.0%} +453284 O (5 = 0.2%) {99.1%} +529117 O (1 = 0.0%) {99.3%} +617637 O (5 = 0.2%) {99.4%} +720966 O (4 = 0.2%) {99.5%} +841582 O (5 = 0.2%) {99.7%} +982376 O (3 = 0.1%) {99.9%} +1146725 ... + +Histogram: Event.HitTest recorded 1733 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (1571 = 90.7%) +1 O (0 = 0.0%) {90.7%} +2 -O (13 = 0.8%) {90.7%} +3 -------O (149 = 8.6%) {91.4%} +4 O (0 = 0.0%) {100.0%} + +Histogram: Event.Latency.Renderer2.Char recorded 23 samples, average = 229349.2 (flags = 0x1) +0 ... +430 ------------------------O (1 = 4.3%) {0.0%} +502 ------------------------------------------------------------------------O (3 = 13.0%) {4.3%} +586 ------------------------------------------------------------------------O (3 = 13.0%) {17.4%} +684 ------------------------O (1 = 4.3%) {30.4%} +798 O (0 = 0.0%) {34.8%} +932 ------------------------O (1 = 4.3%) {34.8%} +1088 ------------------------O (1 = 4.3%) {39.1%} +1270 O (0 = 0.0%) {43.5%} +1482 ------------------------O (1 = 4.3%) {43.5%} +1730 ... +2357 ------------------------O (1 = 4.3%) {47.8%} +2751 ... +3748 ------------------------O (1 = 4.3%) {52.2%} +4375 ... +209152 ------------------------O (1 = 4.3%) {56.5%} +244143 ------------------------O (1 = 4.3%) {60.9%} +284987 ------------------------O (1 = 4.3%) {65.2%} +332665 ------------------------O (1 = 4.3%) {69.6%} +388319 ------------------------O (1 = 4.3%) {73.9%} +453284 ------------------------O (1 = 4.3%) {78.3%} +529117 O (0 = 0.0%) {82.6%} +617637 ------------------------O (1 = 4.3%) {82.6%} +720966 ------------------------O (1 = 4.3%) {87.0%} +841582 ------------------------------------------------O (2 = 8.7%) {91.3%} +982376 ... + +Histogram: Event.Latency.Renderer2.KeyUp recorded 23 samples, average = 354201.3 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (7 = 30.4%) {0.0%} +179176 --------------------------------------------------------------O (6 = 26.1%) {30.4%} +209152 O (0 = 0.0%) {56.5%} +244143 ----------O (1 = 4.3%) {56.5%} +284987 O (0 = 0.0%) {60.9%} +332665 ---------------------O (2 = 8.7%) {60.9%} +388319 ----------O (1 = 4.3%) {69.6%} +453284 ---------------------O (2 = 8.7%) {73.9%} +529117 O (0 = 0.0%) {82.6%} +617637 ----------O (1 = 4.3%) {82.6%} +720966 ----------O (1 = 4.3%) {87.0%} +841582 ----------O (1 = 4.3%) {91.3%} +982376 ----------O (1 = 4.3%) {95.7%} +1146725 ... + +Histogram: Event.Latency.Renderer2.MouseDown recorded 12 samples, average = 189001.0 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (6 = 50.0%) {0.0%} +179176 ------------------------------------------------O (4 = 33.3%) {50.0%} +209152 ------------O (1 = 8.3%) {83.3%} +244143 ------------O (1 = 8.3%) {91.7%} +284987 ... + +Histogram: Event.Latency.Renderer2.MouseMove recorded 2556 samples, average = 180888.9 (flags = 0x1) +0 ... +153496 -------------------------------------------------------------------O (1224 = 47.9%) {0.0%} +179176 ------------------------------------------------------------------------O (1319 = 51.6%) {47.9%} +209152 O (5 = 0.2%) {99.5%} +244143 O (2 = 0.1%) {99.7%} +284987 O (0 = 0.0%) {99.8%} +332665 O (2 = 0.1%) {99.8%} +388319 ... +617637 O (2 = 0.1%) {99.8%} +720966 O (2 = 0.1%) {99.9%} +841582 ... + +Histogram: Event.Latency.Renderer2.MouseUp recorded 12 samples, average = 195568.3 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (6 = 50.0%) {0.0%} +179176 ------------------------------------------------------------O (5 = 41.7%) {50.0%} +209152 ... +332665 ------------O (1 = 8.3%) {91.7%} +388319 ... + +Histogram: Event.Latency.Renderer2.RawKeyDown recorded 23 samples, average = 404957.3 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (8 = 34.8%) {0.0%} +179176 ---------------------------------------------O (5 = 21.7%) {34.8%} +209152 ... +388319 ------------------O (2 = 8.7%) {56.5%} +453284 ------------------O (2 = 8.7%) {65.2%} +529117 ---------O (1 = 4.3%) {73.9%} +617637 ---------O (1 = 4.3%) {78.3%} +720966 O (0 = 0.0%) {82.6%} +841582 ------------------O (2 = 8.7%) {82.6%} +982376 ------------------O (2 = 8.7%) {91.3%} +1146725 ... + +Histogram: Extensions.DidCreateScriptContext_WebPage recorded 2 samples, average = 3.5 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +3 ... +5 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +6 ... + +Histogram: Extensions.InjectEnd_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectIdle_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_CssCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserAhead_BrowserToRenderer recorded 10 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (10 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserBehind_BrowserToRenderer recorded 4 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.IsSkewAdditive_BrowserToRenderer recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: LocalStorage.RendererLocalStorageSizeInKB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.RendererTimeToPrimeLocalStorageUnder100KB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.TimeToPrimeLocalStorage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.DiscardableAllocationSize recorded 45 samples, average = 518.4 (flags = 0x1) +0 ... +14 ----------------------------------------------------------------O (8 = 17.8%) {0.0%} +19 ------------------------------------------------------------------------O (9 = 20.0%) {17.8%} +26 O (0 = 0.0%) {37.8%} +35 ------------------------------------------------O (6 = 13.3%) {37.8%} +48 ------------------------------------------------O (6 = 13.3%) {51.1%} +65 ------------------------O (3 = 6.7%) {64.4%} +88 O (0 = 0.0%) {71.1%} +120 ------------------------O (3 = 6.7%) {71.1%} +163 --------O (1 = 2.2%) {77.8%} +222 --------O (1 = 2.2%) {80.0%} +302 O (0 = 0.0%) {82.2%} +411 --------O (1 = 2.2%) {82.2%} +559 --------O (1 = 2.2%) {84.4%} +760 --------O (1 = 2.2%) {86.7%} +1034 O (0 = 0.0%) {88.9%} +1407 --------O (1 = 2.2%) {88.9%} +1914 --------O (1 = 2.2%) {91.1%} +2604 --------O (1 = 2.2%) {93.3%} +3542 O (0 = 0.0%) {95.6%} +4818 --------O (1 = 2.2%) {95.6%} +6554 --------O (1 = 2.2%) {97.8%} +8915 ... + +Histogram: Memory.GlyphPagesPerLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.HadFormInteraction.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.IssuedNonGetFetchFromScript.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PartitionAlloc.CommittedSize recorded 1 samples, average = 43.0 (flags = 0x1) +0 ... +43 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +44 ... + +Histogram: Renderer.AcceleratedFixedRootBackground recorded 683 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (683 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 631 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (621 = 98.4%) +1 -O (5 = 0.8%) {98.4%} +2 ... +5 O (2 = 0.3%) {99.2%} +6 O (0 = 0.0%) {99.5%} +7 O (1 = 0.2%) {99.5%} +8 ... +13 O (1 = 0.2%) {99.7%} +14 O (0 = 0.0%) {99.8%} +15 O (1 = 0.2%) {99.8%} +16 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 631 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (631 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 631 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (623 = 98.7%) +1 O (3 = 0.5%) {98.7%} +2 ... +4 O (2 = 0.3%) {99.2%} +5 O (0 = 0.0%) {99.5%} +6 O (1 = 0.2%) {99.5%} +7 ... +13 O (1 = 0.2%) {99.7%} +14 O (1 = 0.2%) {99.8%} +15 ... + +Histogram: Renderer4.CompositorThreadImplDrawDelay recorded 630 samples, average = 1750.3 (flags = 0x1) +0 ... +13 O (1 = 0.2%) {0.0%} +14 O (2 = 0.3%) {0.2%} +15 O (0 = 0.0%) {0.5%} +16 ------------------------------------------------------------------------O (382 = 60.6%) {0.5%} +17 -O (4 = 0.6%) {61.1%} +18 O (0 = 0.0%) {61.7%} +19 O (1 = 0.2%) {61.7%} +20 O (1 = 0.2%) {61.9%} +21 O (1 = 0.2%) {62.1%} +22 ... +24 O (1 = 0.2%) {62.2%} +25 O (1 = 0.2%) {62.4%} +26 ... +28 O (2 = 0.3%) {62.5%} +29 ... +31 O (2 = 0.3%) {62.9%} +33 -------O (70 = 11.1%) {63.2%} +35 ... +49 -O (15 = 2.4%) {74.3%} +51 O (1 = 0.2%) {76.7%} +53 ... +65 -O (11 = 1.7%) {76.8%} +68 ... +74 O (2 = 0.3%) {78.6%} +78 O (0 = 0.0%) {78.9%} +82 O (10 = 1.6%) {78.9%} +86 ... +99 -O (14 = 2.2%) {80.5%} +104 ... +114 O (4 = 0.6%) {82.7%} +120 ----O (105 = 16.7%) {83.3%} + +Histogram: Renderer4.GpuRasterizationEnabled recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Renderer4.ReadyToDrawTileDrawStatus recorded 9431 samples, average = 1.0 (flags = 0x1) +0 -O (134 = 1.4%) +1 ------------------------------------------------------------------------O (9297 = 98.6%) {1.4%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ResourceDispatcher.OnReceivedDataTime recorded 201 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (200 = 99.5%) +1 ... +10 O (1 = 0.5%) {99.5%} +12 ... + +Histogram: Scheduling.Renderer.ActivateDuration recorded 631 samples, average = 3516.3 (flags = 0x1) +0 ... +25 ---O (3 = 0.5%) {0.0%} +28 --O (2 = 0.3%) {0.5%} +32 ---O (4 = 0.6%) {0.8%} +36 --------O (11 = 1.7%) {1.4%} +41 -----O (7 = 1.1%) {3.2%} +47 ---------O (13 = 2.1%) {4.3%} +53 ----------O (14 = 2.2%) {6.3%} +60 ------------O (17 = 2.7%) {8.6%} +68 --------O (11 = 1.7%) {11.3%} +77 -----------O (16 = 2.5%) {13.0%} +88 ---O (4 = 0.6%) {15.5%} +100 -----O (8 = 1.3%) {16.2%} +114 -----O (7 = 1.1%) {17.4%} +130 ------O (9 = 1.4%) {18.5%} +148 ---------O (13 = 2.1%) {20.0%} +168 ---O (4 = 0.6%) {22.0%} +191 ---O (4 = 0.6%) {22.7%} +217 --O (3 = 0.5%) {23.3%} +247 ... +364 -O (1 = 0.2%) {23.8%} +414 ---O (5 = 0.8%) {23.9%} +471 -O (2 = 0.3%) {24.7%} +536 -O (1 = 0.2%) {25.0%} +610 -O (2 = 0.3%) {25.2%} +695 -O (1 = 0.2%) {25.5%} +791 -O (1 = 0.2%) {25.7%} +901 -O (1 = 0.2%) {25.8%} +1026 ---O (4 = 0.6%) {26.0%} +1168 -O (2 = 0.3%) {26.6%} +1330 O (0 = 0.0%) {26.9%} +1514 -O (1 = 0.2%) {26.9%} +1724 -O (1 = 0.2%) {27.1%} +1963 ----------O (14 = 2.2%) {27.3%} +2235 ------------------O (26 = 4.1%) {29.5%} +2545 ----------------------------------O (50 = 7.9%) {33.6%} +2898 ------------------------------------------O (61 = 9.7%) {41.5%} +3300 ------------------------------------------------------------------------O (105 = 16.6%) {51.2%} +3758 ----------------------------O (41 = 6.5%) {67.8%} +4279 ---------------O (22 = 3.5%) {74.3%} +4872 --------------O (20 = 3.2%) {77.8%} +5548 -------------O (19 = 3.0%) {81.0%} +6317 -----------O (16 = 2.5%) {84.0%} +7193 -----------------O (25 = 4.0%) {86.5%} +8190 -------------------O (27 = 4.3%) {90.5%} +9326 ------------O (17 = 2.7%) {94.8%} +10619 -----O (8 = 1.3%) {97.5%} +12092 -O (2 = 0.3%) {98.7%} +13769 -O (2 = 0.3%) {99.0%} +15678 -O (2 = 0.3%) {99.4%} +17852 -O (1 = 0.2%) {99.7%} +20328 O (0 = 0.0%) {99.8%} +23147 -O (1 = 0.2%) {99.8%} +26357 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Overestimate recorded 631 samples, average = 2892.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (91 = 14.4%) +1 ... +3 -O (1 = 0.2%) {14.4%} +4 ... +15 O (1 = 0.2%) {14.6%} +17 ... +22 O (1 = 0.2%) {14.7%} +25 -O (3 = 0.5%) {14.9%} +28 -O (5 = 0.8%) {15.4%} +32 O (1 = 0.2%) {16.2%} +36 -O (5 = 0.8%) {16.3%} +41 O (2 = 0.3%) {17.1%} +47 -O (6 = 1.0%) {17.4%} +53 -O (6 = 1.0%) {18.4%} +60 O (3 = 0.5%) {19.3%} +68 O (3 = 0.5%) {19.8%} +77 -O (4 = 0.6%) {20.3%} +88 --O (11 = 1.7%) {20.9%} +100 -O (8 = 1.3%) {22.7%} +114 O (2 = 0.3%) {23.9%} +130 O (2 = 0.3%) {24.2%} +148 O (2 = 0.3%) {24.6%} +168 O (1 = 0.2%) {24.9%} +191 O (2 = 0.3%) {25.0%} +217 O (0 = 0.0%) {25.4%} +247 O (2 = 0.3%) {25.4%} +281 O (1 = 0.2%) {25.7%} +320 O (1 = 0.2%) {25.8%} +364 O (2 = 0.3%) {26.0%} +414 O (2 = 0.3%) {26.3%} +471 O (2 = 0.3%) {26.6%} +536 -O (4 = 0.6%) {26.9%} +610 O (3 = 0.5%) {27.6%} +695 O (2 = 0.3%) {28.1%} +791 -O (4 = 0.6%) {28.4%} +901 -O (7 = 1.1%) {29.0%} +1026 -O (5 = 0.8%) {30.1%} +1168 -O (7 = 1.1%) {30.9%} +1330 --O (11 = 1.7%) {32.0%} +1514 --O (14 = 2.2%) {33.8%} +1724 ---O (19 = 3.0%) {36.0%} +1963 ----O (23 = 3.6%) {39.0%} +2235 --O (15 = 2.4%) {42.6%} +2545 ------O (36 = 5.7%) {45.0%} +2898 ------O (36 = 5.7%) {50.7%} +3300 ------O (39 = 6.2%) {56.4%} +3758 -----O (29 = 4.6%) {62.6%} +4279 --------O (49 = 7.8%) {67.2%} +4872 --------O (53 = 8.4%) {75.0%} +5548 ---------O (57 = 9.0%) {83.4%} +6317 ------O (39 = 6.2%) {92.4%} +7193 -O (8 = 1.3%) {98.6%} +8190 O (1 = 0.2%) {99.8%} +9326 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Underestimate recorded 631 samples, average = 433.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (540 = 85.6%) +1 ... +6 O (1 = 0.2%) {85.6%} +7 ... +10 O (1 = 0.2%) {85.7%} +11 ... +17 O (1 = 0.2%) {85.9%} +19 ... +28 O (2 = 0.3%) {86.1%} +32 O (1 = 0.2%) {86.4%} +36 ... +47 O (1 = 0.2%) {86.5%} +53 O (0 = 0.0%) {86.7%} +60 O (3 = 0.5%) {86.7%} +68 ... +88 O (1 = 0.2%) {87.2%} +100 O (2 = 0.3%) {87.3%} +114 O (1 = 0.2%) {87.6%} +130 ... +168 O (2 = 0.3%) {87.8%} +191 O (1 = 0.2%) {88.1%} +217 O (0 = 0.0%) {88.3%} +247 O (3 = 0.5%) {88.3%} +281 O (4 = 0.6%) {88.7%} +320 O (1 = 0.2%) {89.4%} +364 O (1 = 0.2%) {89.5%} +414 O (4 = 0.6%) {89.7%} +471 O (0 = 0.0%) {90.3%} +536 O (1 = 0.2%) {90.3%} +610 O (1 = 0.2%) {90.5%} +695 O (1 = 0.2%) {90.6%} +791 O (4 = 0.6%) {90.8%} +901 O (5 = 0.8%) {91.4%} +1026 O (3 = 0.5%) {92.2%} +1168 O (1 = 0.2%) {92.7%} +1330 O (1 = 0.2%) {92.9%} +1514 O (3 = 0.5%) {93.0%} +1724 O (4 = 0.6%) {93.5%} +1963 O (3 = 0.5%) {94.1%} +2235 O (1 = 0.2%) {94.6%} +2545 O (4 = 0.6%) {94.8%} +2898 O (3 = 0.5%) {95.4%} +3300 O (2 = 0.3%) {95.9%} +3758 O (1 = 0.2%) {96.2%} +4279 O (1 = 0.2%) {96.4%} +4872 O (2 = 0.3%) {96.5%} +5548 O (3 = 0.5%) {96.8%} +6317 O (3 = 0.5%) {97.3%} +7193 O (2 = 0.3%) {97.8%} +8190 O (5 = 0.8%) {98.1%} +9326 O (1 = 0.2%) {98.9%} +10619 O (4 = 0.6%) {99.0%} +12092 O (0 = 0.0%) {99.7%} +13769 O (1 = 0.2%) {99.7%} +15678 O (0 = 0.0%) {99.8%} +17852 O (1 = 0.2%) {99.8%} +20328 ... + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration recorded 692 samples, average = 10201.6 (flags = 0x1) +0 ... +77 -O (2 = 0.3%) {0.0%} +88 --O (3 = 0.4%) {0.3%} +100 -O (1 = 0.1%) {0.7%} +114 --O (3 = 0.4%) {0.9%} +130 O (0 = 0.0%) {1.3%} +148 --O (4 = 0.6%) {1.3%} +168 ---O (5 = 0.7%) {1.9%} +191 ---O (7 = 1.0%) {2.6%} +217 --O (3 = 0.4%) {3.6%} +247 --O (4 = 0.6%) {4.0%} +281 --O (3 = 0.4%) {4.6%} +320 ---O (5 = 0.7%) {5.1%} +364 --O (3 = 0.4%) {5.8%} +414 ----O (8 = 1.2%) {6.2%} +471 --O (4 = 0.6%) {7.4%} +536 -O (2 = 0.3%) {7.9%} +610 -O (1 = 0.1%) {8.2%} +695 -O (2 = 0.3%) {8.4%} +791 O (0 = 0.0%) {8.7%} +901 -O (2 = 0.3%) {8.7%} +1026 --O (3 = 0.4%) {9.0%} +1168 --O (4 = 0.6%) {9.4%} +1330 -------------O (26 = 3.8%) {10.0%} +1514 -------O (13 = 1.9%) {13.7%} +1724 ----O (8 = 1.2%) {15.6%} +1963 ---O (7 = 1.0%) {16.8%} +2235 ---O (5 = 0.7%) {17.8%} +2545 -----O (10 = 1.4%) {18.5%} +2898 -------------------O (38 = 5.5%) {19.9%} +3300 ------------------------------------------------------------------------O (144 = 20.8%) {25.4%} +3758 ------------------------------------------O (83 = 12.0%) {46.2%} +4279 -------------------------------------------O (86 = 12.4%) {58.2%} +4872 -------------------O (37 = 5.3%) {70.7%} +5548 ----------O (20 = 2.9%) {76.0%} +6317 -------O (14 = 2.0%) {78.9%} +7193 -----------O (22 = 3.2%) {80.9%} +8190 ----O (8 = 1.2%) {84.1%} +9326 ---------------------O (41 = 5.9%) {85.3%} +10619 -----------O (22 = 3.2%) {91.2%} +12092 --O (4 = 0.6%) {94.4%} +13769 ---O (5 = 0.7%) {94.9%} +15678 ---O (5 = 0.7%) {95.7%} +17852 --O (3 = 0.4%) {96.4%} +20328 -O (2 = 0.3%) {96.8%} +23147 --O (3 = 0.4%) {97.1%} +26357 -O (2 = 0.3%) {97.5%} +30012 -O (1 = 0.1%) {97.8%} +34174 -O (2 = 0.3%) {98.0%} +38913 -O (2 = 0.3%) {98.3%} +44309 -O (2 = 0.3%) {98.6%} +50453 -O (1 = 0.1%) {98.8%} +57449 ... +84815 -O (1 = 0.1%) {99.0%} +96576 -O (1 = 0.1%) {99.1%} +109968 ... +162351 -O (1 = 0.1%) {99.3%} +184863 ... +353860 -O (1 = 0.1%) {99.4%} +402928 ... +594861 -O (1 = 0.1%) {99.6%} +677348 ... +878221 -O (1 = 0.1%) {99.7%} +1000000 -O (1 = 0.1%) {99.9%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Overestimate recorded 692 samples, average = 15920.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (84 = 12.1%) +1 ... +13 -O (2 = 0.3%) {12.1%} +15 ... +19 -O (2 = 0.3%) {12.4%} +22 ... +36 O (1 = 0.1%) {12.7%} +41 O (0 = 0.0%) {12.9%} +47 O (1 = 0.1%) {12.9%} +53 ... +88 O (1 = 0.1%) {13.0%} +100 ... +130 O (1 = 0.1%) {13.2%} +148 O (0 = 0.0%) {13.3%} +168 O (1 = 0.1%) {13.3%} +191 ... +281 O (1 = 0.1%) {13.4%} +320 O (0 = 0.0%) {13.6%} +364 O (1 = 0.1%) {13.6%} +414 -O (3 = 0.4%) {13.7%} +471 ... +610 O (2 = 0.3%) {14.2%} +695 O (1 = 0.1%) {14.5%} +791 -O (3 = 0.4%) {14.6%} +901 -O (6 = 0.9%) {15.0%} +1026 -O (6 = 0.9%) {15.9%} +1168 --O (9 = 1.3%) {16.8%} +1330 O (1 = 0.1%) {18.1%} +1514 -O (5 = 0.7%) {18.2%} +1724 --O (11 = 1.6%) {18.9%} +1963 ---O (15 = 2.2%) {20.5%} +2235 ----O (23 = 3.3%) {22.7%} +2545 ---O (15 = 2.2%) {26.0%} +2898 ----O (23 = 3.3%) {28.2%} +3300 -----O (30 = 4.3%) {31.5%} +3758 -------O (41 = 5.9%) {35.8%} +4279 -------O (39 = 5.6%) {41.8%} +4872 -----------O (66 = 9.5%) {47.4%} +5548 ---------O (54 = 7.8%) {56.9%} +6317 -----------O (64 = 9.2%) {64.7%} +7193 ---O (19 = 2.7%) {74.0%} +8190 ---O (15 = 2.2%) {76.7%} +9326 -O (7 = 1.0%) {78.9%} +10619 -O (4 = 0.6%) {79.9%} +12092 -O (3 = 0.4%) {80.5%} +13769 -O (4 = 0.6%) {80.9%} +15678 -O (3 = 0.4%) {81.5%} +17852 --O (14 = 2.0%) {81.9%} +20328 ---O (15 = 2.2%) {84.0%} +23147 -------O (43 = 6.2%) {86.1%} +26357 --O (11 = 1.6%) {92.3%} +30012 O (2 = 0.3%) {93.9%} +34174 --O (11 = 1.6%) {94.2%} +38913 O (2 = 0.3%) {95.8%} +44309 ... +74486 -O (6 = 0.9%) {96.1%} +84815 --O (11 = 1.6%) {97.0%} +96576 -O (6 = 0.9%) {98.6%} +109968 ... +594861 O (1 = 0.1%) {99.4%} +677348 ... +1000000 -O (3 = 0.4%) {99.6%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Underestimate recorded 692 samples, average = 5149.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (608 = 87.9%) +1 ... +41 O (1 = 0.1%) {87.9%} +47 ... +77 O (1 = 0.1%) {88.0%} +88 O (0 = 0.0%) {88.2%} +100 O (1 = 0.1%) {88.2%} +114 O (2 = 0.3%) {88.3%} +130 O (0 = 0.0%) {88.6%} +148 O (1 = 0.1%) {88.6%} +168 O (1 = 0.1%) {88.7%} +191 O (1 = 0.1%) {88.9%} +217 O (1 = 0.1%) {89.0%} +247 O (0 = 0.0%) {89.2%} +281 O (4 = 0.6%) {89.2%} +320 O (1 = 0.1%) {89.7%} +364 O (2 = 0.3%) {89.9%} +414 ... +695 O (2 = 0.3%) {90.2%} +791 O (1 = 0.1%) {90.5%} +901 O (1 = 0.1%) {90.6%} +1026 O (4 = 0.6%) {90.8%} +1168 O (1 = 0.1%) {91.3%} +1330 O (3 = 0.4%) {91.5%} +1514 O (4 = 0.6%) {91.9%} +1724 O (5 = 0.7%) {92.5%} +1963 O (3 = 0.4%) {93.2%} +2235 O (2 = 0.3%) {93.6%} +2545 O (4 = 0.6%) {93.9%} +2898 O (3 = 0.4%) {94.5%} +3300 O (0 = 0.0%) {94.9%} +3758 O (7 = 1.0%) {94.9%} +4279 O (1 = 0.1%) {96.0%} +4872 O (3 = 0.4%) {96.1%} +5548 O (3 = 0.4%) {96.5%} +6317 O (1 = 0.1%) {97.0%} +7193 O (0 = 0.0%) {97.1%} +8190 O (2 = 0.3%) {97.1%} +9326 ... +12092 O (2 = 0.3%) {97.4%} +13769 O (1 = 0.1%) {97.7%} +15678 O (2 = 0.3%) {97.8%} +17852 O (0 = 0.0%) {98.1%} +20328 O (2 = 0.3%) {98.1%} +23147 O (0 = 0.0%) {98.4%} +26357 O (1 = 0.1%) {98.4%} +30012 O (1 = 0.1%) {98.6%} +34174 O (0 = 0.0%) {98.7%} +38913 O (1 = 0.1%) {98.7%} +44309 O (2 = 0.3%) {98.8%} +50453 ... +96576 O (1 = 0.1%) {99.1%} +109968 O (0 = 0.0%) {99.3%} +125217 O (1 = 0.1%) {99.3%} +142580 ... +310767 O (1 = 0.1%) {99.4%} +353860 ... +522420 O (1 = 0.1%) {99.6%} +594861 ... +878221 O (1 = 0.1%) {99.7%} +1000000 O (1 = 0.1%) {99.9%} + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration recorded 669 samples, average = 5715.8 (flags = 0x1) +0 ... +11 ----O (2 = 0.3%) {0.0%} +13 --O (1 = 0.1%) {0.3%} +15 --O (1 = 0.1%) {0.4%} +17 ... +22 -O (1 = 0.1%) {0.6%} +25 O (0 = 0.0%) {0.7%} +28 --O (2 = 0.3%) {0.7%} +32 -O (1 = 0.1%) {1.0%} +36 ... +60 -O (1 = 0.1%) {1.2%} +68 -O (1 = 0.1%) {1.3%} +77 --O (3 = 0.4%) {1.5%} +88 ----O (5 = 0.7%) {1.9%} +100 ---O (4 = 0.6%) {2.7%} +114 --O (3 = 0.4%) {3.3%} +130 ... +168 -O (1 = 0.1%) {3.7%} +191 -O (2 = 0.3%) {3.9%} +217 -O (1 = 0.1%) {4.2%} +247 -O (2 = 0.3%) {4.3%} +281 ... +364 -O (1 = 0.1%) {4.6%} +414 -O (2 = 0.3%) {4.8%} +471 ----O (5 = 0.7%) {5.1%} +536 -------O (9 = 1.3%) {5.8%} +610 -O (2 = 0.3%) {7.2%} +695 -------O (9 = 1.3%) {7.5%} +791 ----------O (13 = 1.9%) {8.8%} +901 -----O (7 = 1.0%) {10.8%} +1026 ----------O (13 = 1.9%) {11.8%} +1168 ----O (6 = 0.9%) {13.8%} +1330 ---O (4 = 0.6%) {14.6%} +1514 ---O (4 = 0.6%) {15.2%} +1724 ---O (4 = 0.6%) {15.8%} +1963 ----O (6 = 0.9%) {16.4%} +2235 ---------O (12 = 1.8%) {17.3%} +2545 ----O (6 = 0.9%) {19.1%} +2898 ------------O (17 = 2.5%) {20.0%} +3300 -------------------------------------O (51 = 7.6%) {22.6%} +3758 -------------------------------------------------------O (75 = 11.2%) {30.2%} +4279 ----------------------------------------------------------------------O (95 = 14.2%) {41.4%} +4872 ------------------------------------------------------------------------O (98 = 14.6%) {55.6%} +5548 ----------------------------------O (46 = 6.9%) {70.3%} +6317 ------------O (17 = 2.5%) {77.1%} +7193 ---------------O (20 = 3.0%) {79.7%} +8190 ----------O (14 = 2.1%) {82.7%} +9326 -----------O (15 = 2.2%) {84.8%} +10619 -------O (10 = 1.5%) {87.0%} +12092 ----------O (14 = 2.1%) {88.5%} +13769 --------------O (19 = 2.8%) {90.6%} +15678 --------------------O (27 = 4.0%) {93.4%} +17852 --------O (11 = 1.6%) {97.5%} +20328 -O (2 = 0.3%) {99.1%} +23147 -O (2 = 0.3%) {99.4%} +26357 O (0 = 0.0%) {99.7%} +30012 -O (2 = 0.3%) {99.7%} +34174 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Overestimate recorded 669 samples, average = 6453.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (84 = 12.6%) +1 ... +19 O (1 = 0.1%) {12.6%} +22 ... +36 O (1 = 0.1%) {12.7%} +41 ... +60 O (1 = 0.1%) {12.9%} +68 ... +100 O (1 = 0.1%) {13.0%} +114 O (0 = 0.0%) {13.2%} +130 -O (3 = 0.4%) {13.2%} +148 O (0 = 0.0%) {13.6%} +168 O (1 = 0.1%) {13.6%} +191 -O (3 = 0.4%) {13.8%} +217 ... +281 O (1 = 0.1%) {14.2%} +320 O (1 = 0.1%) {14.3%} +364 -O (4 = 0.6%) {14.5%} +414 -O (5 = 0.7%) {15.1%} +471 -O (3 = 0.4%) {15.8%} +536 -O (5 = 0.7%) {16.3%} +610 -O (5 = 0.7%) {17.0%} +695 -O (4 = 0.6%) {17.8%} +791 -O (8 = 1.2%) {18.4%} +901 -O (3 = 0.4%) {19.6%} +1026 --O (9 = 1.3%) {20.0%} +1168 -O (4 = 0.6%) {21.4%} +1330 -O (7 = 1.0%) {22.0%} +1514 ---O (15 = 2.2%) {23.0%} +1724 --O (14 = 2.1%) {25.3%} +1963 --O (9 = 1.3%) {27.4%} +2235 ---O (19 = 2.8%) {28.7%} +2545 --O (14 = 2.1%) {31.5%} +2898 ---O (15 = 2.2%) {33.6%} +3300 ---O (16 = 2.4%) {35.9%} +3758 ---O (19 = 2.8%) {38.3%} +4279 --O (10 = 1.5%) {41.1%} +4872 -----O (30 = 4.5%) {42.6%} +5548 ---O (20 = 3.0%) {47.1%} +6317 ---O (19 = 2.8%) {50.1%} +7193 --------O (44 = 6.6%) {52.9%} +8190 -------------O (73 = 10.9%) {59.5%} +9326 ----------O (59 = 8.8%) {70.4%} +10619 ----O (23 = 3.4%) {79.2%} +12092 --------O (49 = 7.3%) {82.7%} +13769 --------O (47 = 7.0%) {90.0%} +15678 ---O (20 = 3.0%) {97.0%} +17852 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Underestimate recorded 669 samples, average = 609.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (585 = 87.4%) +1 ... +13 O (1 = 0.1%) {87.4%} +15 ... +77 O (1 = 0.1%) {87.6%} +88 ... +114 O (1 = 0.1%) {87.7%} +130 ... +191 O (1 = 0.1%) {87.9%} +217 O (1 = 0.1%) {88.0%} +247 O (2 = 0.3%) {88.2%} +281 O (0 = 0.0%) {88.5%} +320 O (1 = 0.1%) {88.5%} +364 O (1 = 0.1%) {88.6%} +414 ... +610 O (2 = 0.3%) {88.8%} +695 O (2 = 0.3%) {89.1%} +791 O (4 = 0.6%) {89.4%} +901 O (1 = 0.1%) {90.0%} +1026 O (1 = 0.1%) {90.1%} +1168 O (1 = 0.1%) {90.3%} +1330 O (3 = 0.4%) {90.4%} +1514 O (3 = 0.4%) {90.9%} +1724 O (3 = 0.4%) {91.3%} +1963 O (2 = 0.3%) {91.8%} +2235 O (1 = 0.1%) {92.1%} +2545 O (4 = 0.6%) {92.2%} +2898 O (3 = 0.4%) {92.8%} +3300 O (7 = 1.0%) {93.3%} +3758 O (4 = 0.6%) {94.3%} +4279 O (3 = 0.4%) {94.9%} +4872 O (2 = 0.3%) {95.4%} +5548 O (5 = 0.7%) {95.7%} +6317 O (2 = 0.3%) {96.4%} +7193 O (5 = 0.7%) {96.7%} +8190 O (3 = 0.4%) {97.5%} +9326 O (6 = 0.9%) {97.9%} +10619 O (3 = 0.4%) {98.8%} +12092 O (1 = 0.1%) {99.3%} +13769 O (2 = 0.3%) {99.4%} +15678 O (1 = 0.1%) {99.7%} +17852 ... +30012 O (1 = 0.1%) {99.9%} +34174 ... + +Histogram: Scheduling.Renderer.DrawDuration recorded 631 samples, average = 364.2 (flags = 0x1) +0 ... +60 O (1 = 0.2%) {0.0%} +68 ... +88 O (1 = 0.2%) {0.2%} +100 -O (2 = 0.3%) {0.3%} +114 -O (2 = 0.3%) {0.6%} +130 ------O (13 = 2.1%) {1.0%} +148 ---O (6 = 1.0%) {3.0%} +168 --------------------------O (59 = 9.4%) {4.0%} +191 ------------------------------------------------------------------------O (162 = 25.7%) {13.3%} +217 ---------------------------------------------------O (115 = 18.2%) {39.0%} +247 --------------------------------O (72 = 11.4%) {57.2%} +281 ----------------O (36 = 5.7%) {68.6%} +320 ---------------O (34 = 5.4%) {74.3%} +364 -------------O (30 = 4.8%) {79.7%} +414 ----------O (23 = 3.6%) {84.5%} +471 ---------O (20 = 3.2%) {88.1%} +536 --------O (19 = 3.0%) {91.3%} +610 --------O (17 = 2.7%) {94.3%} +695 --O (4 = 0.6%) {97.0%} +791 -O (2 = 0.3%) {97.6%} +901 -O (3 = 0.5%) {97.9%} +1026 -O (2 = 0.3%) {98.4%} +1168 O (0 = 0.0%) {98.7%} +1330 O (1 = 0.2%) {98.7%} +1514 O (1 = 0.2%) {98.9%} +1724 O (1 = 0.2%) {99.0%} +1963 ... +4872 -O (2 = 0.3%) {99.2%} +5548 ... +7193 O (1 = 0.2%) {99.5%} +8190 ... +12092 O (1 = 0.2%) {99.7%} +13769 O (1 = 0.2%) {99.8%} +15678 ... + +Histogram: Scheduling.Renderer.DrawDuration.Overestimate recorded 631 samples, average = 197.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (83 = 13.2%) +1 O (0 = 0.0%) {13.2%} +2 -O (1 = 0.2%) {13.2%} +3 O (0 = 0.0%) {13.3%} +4 -O (1 = 0.2%) {13.3%} +5 O (0 = 0.0%) {13.5%} +6 -O (1 = 0.2%) {13.5%} +7 ... +10 -O (1 = 0.2%) {13.6%} +11 ... +15 O (1 = 0.2%) {13.8%} +17 O (1 = 0.2%) {13.9%} +19 -O (2 = 0.3%) {14.1%} +22 -O (3 = 0.5%) {14.4%} +25 O (0 = 0.0%) {14.9%} +28 -O (4 = 0.6%) {14.9%} +32 --O (7 = 1.1%) {15.5%} +36 O (2 = 0.3%) {16.6%} +41 -O (6 = 1.0%) {17.0%} +47 -O (5 = 0.8%) {17.9%} +53 -O (8 = 1.3%) {18.7%} +60 -O (4 = 0.6%) {20.0%} +68 --O (11 = 1.7%) {20.6%} +77 --O (13 = 2.1%) {22.3%} +88 --O (13 = 2.1%) {24.4%} +100 ----O (23 = 3.6%) {26.5%} +114 ----O (25 = 4.0%) {30.1%} +130 -----O (26 = 4.1%) {34.1%} +148 -----O (30 = 4.8%) {38.2%} +168 -------O (41 = 6.5%) {42.9%} +191 --------O (44 = 7.0%) {49.4%} +217 -----O (27 = 4.3%) {56.4%} +247 -------O (38 = 6.0%) {60.7%} +281 ------------O (67 = 10.6%) {66.7%} +320 -------------O (76 = 12.0%) {77.3%} +364 ---------O (52 = 8.2%) {89.4%} +414 --O (11 = 1.7%) {97.6%} +471 O (1 = 0.2%) {99.4%} +536 -O (3 = 0.5%) {99.5%} +610 ... + +Histogram: Scheduling.Renderer.DrawDuration.Underestimate recorded 631 samples, average = 94.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (549 = 87.0%) +1 ... +5 O (1 = 0.2%) {87.0%} +6 ... +9 O (1 = 0.2%) {87.2%} +10 O (0 = 0.0%) {87.3%} +11 O (1 = 0.2%) {87.3%} +13 O (1 = 0.2%) {87.5%} +15 O (2 = 0.3%) {87.6%} +17 O (2 = 0.3%) {88.0%} +19 O (1 = 0.2%) {88.3%} +22 O (1 = 0.2%) {88.4%} +25 O (2 = 0.3%) {88.6%} +28 O (3 = 0.5%) {88.9%} +32 O (2 = 0.3%) {89.4%} +36 O (1 = 0.2%) {89.7%} +41 O (1 = 0.2%) {89.9%} +47 O (3 = 0.5%) {90.0%} +53 O (1 = 0.2%) {90.5%} +60 O (2 = 0.3%) {90.6%} +68 O (3 = 0.5%) {91.0%} +77 O (4 = 0.6%) {91.4%} +88 O (4 = 0.6%) {92.1%} +100 O (3 = 0.5%) {92.7%} +114 O (0 = 0.0%) {93.2%} +130 O (3 = 0.5%) {93.2%} +148 O (6 = 1.0%) {93.7%} +168 O (4 = 0.6%) {94.6%} +191 O (5 = 0.8%) {95.2%} +217 O (2 = 0.3%) {96.0%} +247 O (3 = 0.5%) {96.4%} +281 O (6 = 1.0%) {96.8%} +320 O (0 = 0.0%) {97.8%} +364 O (2 = 0.3%) {97.8%} +414 O (0 = 0.0%) {98.1%} +471 O (2 = 0.3%) {98.1%} +536 O (1 = 0.2%) {98.4%} +610 ... +791 O (1 = 0.2%) {98.6%} +901 O (1 = 0.2%) {98.7%} +1026 O (0 = 0.0%) {98.9%} +1168 O (2 = 0.3%) {98.9%} +1330 ... +4279 O (1 = 0.2%) {99.2%} +4872 O (1 = 0.2%) {99.4%} +5548 O (0 = 0.0%) {99.5%} +6317 O (1 = 0.2%) {99.5%} +7193 ... +12092 O (1 = 0.2%) {99.7%} +13769 O (1 = 0.2%) {99.8%} +15678 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration recorded 896 samples, average = 116.3 (flags = 0x1) +0 ... +17 --O (1 = 0.1%) {0.0%} +19 -----O (5 = 0.6%) {0.1%} +22 ----O (4 = 0.4%) {0.7%} +25 ----O (4 = 0.4%) {1.1%} +28 --------O (10 = 1.1%) {1.6%} +32 -----------------O (22 = 2.5%) {2.7%} +36 ---------------------O (33 = 3.7%) {5.1%} +41 -----------------O (27 = 3.0%) {8.8%} +47 -------------------O (30 = 3.3%) {11.8%} +53 ---------------------O (33 = 3.7%) {15.2%} +60 ----------------------------O (45 = 5.0%) {18.9%} +68 -----------------------------------------------O (75 = 8.4%) {23.9%} +77 ------------------------------------------------------O (86 = 9.6%) {32.3%} +88 ----------------------------------------------------------------------O (111 = 12.4%) {41.9%} +100 ------------------------------------------------------------------------O (114 = 12.7%) {54.2%} +114 --------------------------------------------O (70 = 7.8%) {67.0%} +130 --------------------O (31 = 3.5%) {74.8%} +148 -----------------------------------O (56 = 6.2%) {78.2%} +168 -----------------------------O (46 = 5.1%) {84.5%} +191 -------------------O (30 = 3.3%) {89.6%} +217 ---------O (15 = 1.7%) {93.0%} +247 -----------O (18 = 2.0%) {94.6%} +281 -----O (8 = 0.9%) {96.7%} +320 --O (3 = 0.3%) {97.5%} +364 ---O (5 = 0.6%) {97.9%} +414 ---O (4 = 0.4%) {98.4%} +471 ----O (7 = 0.8%) {98.9%} +536 -O (1 = 0.1%) {99.7%} +610 ... +1168 -O (1 = 0.1%) {99.8%} +1330 ... +2898 -O (1 = 0.1%) {99.9%} +3300 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Overestimate recorded 896 samples, average = 81.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (115 = 12.8%) +1 -O (1 = 0.1%) {12.8%} +2 ---O (5 = 0.6%) {12.9%} +3 -O (2 = 0.2%) {13.5%} +4 -O (1 = 0.1%) {13.7%} +5 -O (2 = 0.2%) {13.8%} +6 -O (1 = 0.1%) {14.1%} +7 ---O (4 = 0.4%) {14.2%} +8 -O (2 = 0.2%) {14.6%} +9 --O (3 = 0.3%) {14.8%} +10 -O (1 = 0.1%) {15.2%} +11 ---O (8 = 0.9%) {15.3%} +13 ---O (8 = 0.9%) {16.2%} +15 --O (5 = 0.6%) {17.1%} +17 ---O (9 = 1.0%) {17.6%} +19 -O (7 = 0.8%) {18.6%} +22 --O (9 = 1.0%) {19.4%} +25 ---O (14 = 1.6%) {20.4%} +28 --O (10 = 1.1%) {22.0%} +32 ---O (16 = 1.8%) {23.1%} +36 --O (14 = 1.6%) {24.9%} +41 -O (10 = 1.1%) {26.5%} +47 ---O (22 = 2.5%) {27.6%} +53 ----O (35 = 3.9%) {30.0%} +60 ------O (48 = 5.4%) {33.9%} +68 --------O (65 = 7.3%) {39.3%} +77 --------O (67 = 7.5%) {46.5%} +88 ---------O (75 = 8.4%) {54.0%} +100 -----------O (87 = 9.7%) {62.4%} +114 -----------O (84 = 9.4%) {72.1%} +130 --------O (65 = 7.3%) {81.5%} +148 -------O (58 = 6.5%) {88.7%} +168 --O (19 = 2.1%) {95.2%} +191 -O (11 = 1.2%) {97.3%} +217 -O (6 = 0.7%) {98.5%} +247 -O (5 = 0.6%) {99.2%} +281 ... +364 O (2 = 0.2%) {99.8%} +414 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Underestimate recorded 896 samples, average = 14.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (782 = 87.3%) +1 O (2 = 0.2%) {87.3%} +2 O (2 = 0.2%) {87.5%} +3 O (3 = 0.3%) {87.7%} +4 O (1 = 0.1%) {88.1%} +5 O (4 = 0.4%) {88.2%} +6 O (0 = 0.0%) {88.6%} +7 O (1 = 0.1%) {88.6%} +8 O (4 = 0.4%) {88.7%} +9 O (2 = 0.2%) {89.2%} +10 O (3 = 0.3%) {89.4%} +11 O (4 = 0.4%) {89.7%} +13 O (3 = 0.3%) {90.2%} +15 O (5 = 0.6%) {90.5%} +17 O (2 = 0.2%) {91.1%} +19 O (5 = 0.6%) {91.3%} +22 O (3 = 0.3%) {91.9%} +25 O (1 = 0.1%) {92.2%} +28 O (6 = 0.7%) {92.3%} +32 O (4 = 0.4%) {93.0%} +36 O (3 = 0.3%) {93.4%} +41 O (4 = 0.4%) {93.7%} +47 O (3 = 0.3%) {94.2%} +53 O (4 = 0.4%) {94.5%} +60 O (5 = 0.6%) {95.0%} +68 O (3 = 0.3%) {95.5%} +77 O (3 = 0.3%) {95.9%} +88 O (5 = 0.6%) {96.2%} +100 O (4 = 0.4%) {96.8%} +114 O (1 = 0.1%) {97.2%} +130 O (5 = 0.6%) {97.3%} +148 O (1 = 0.1%) {97.9%} +168 O (2 = 0.2%) {98.0%} +191 O (1 = 0.1%) {98.2%} +217 O (2 = 0.2%) {98.3%} +247 O (6 = 0.7%) {98.5%} +281 O (1 = 0.1%) {99.2%} +320 O (2 = 0.2%) {99.3%} +364 O (2 = 0.2%) {99.6%} +414 ... +1026 O (1 = 0.1%) {99.8%} +1168 ... +2898 O (1 = 0.1%) {99.9%} +3300 ... + +Histogram: SiteIsolation.AllResponses recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 ... + +Histogram: SpellCheck.api.async recorded 1 samples, average = 11.0 (flags = 0x1) +0 ... +9 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +12 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 897 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (897 = 100.0%) +1 ... + +Histogram: V8.CodegenFractionCrankshaft recorded 45 samples, average = 18.7 (flags = 0x1) +0 ... +3 -----O (1 = 2.2%) {0.0%} +4 O (0 = 0.0%) {2.2%} +5 ------------------O (4 = 8.9%) {2.2%} +6 ... +10 -----O (1 = 2.2%) {11.1%} +11 ... +18 -----O (1 = 2.2%) {13.3%} +19 ---------O (2 = 4.4%) {15.6%} +20 ------------------------------------------------------------------------O (16 = 35.6%) {20.0%} +21 ---------------------------O (6 = 13.3%) {55.6%} +22 ---------------------------------------------------------------O (14 = 31.1%) {68.9%} +23 ... + +Histogram: V8.CompileLazyMicroSeconds recorded 9 samples, average = 4274.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 22.2%) +1 ... +76 -------O (1 = 11.1%) {22.2%} +105 ... +282 -------O (1 = 11.1%) {33.3%} +391 --------------O (2 = 22.2%) {44.4%} +542 ... +1447 -------O (1 = 11.1%) {66.7%} +2008 ... +3865 -------O (1 = 11.1%) {77.8%} +5362 ... +27562 -------O (1 = 11.1%) {88.9%} +38240 ... + +Histogram: V8.CompileMicroSeconds recorded 17 samples, average = 2829.0 (flags = 0x1) +0 ... +16 ------------------------------------------------------------------------O (3 = 17.6%) {0.0%} +21 ------------------------O (1 = 5.9%) {17.6%} +28 ------------------------------------------------O (2 = 11.8%) {23.5%} +37 ------------------------------------------------O (2 = 11.8%) {35.3%} +49 O (0 = 0.0%) {47.1%} +65 ------------------------------------------------O (2 = 11.8%) {47.1%} +86 ------------------------------------------------O (2 = 11.8%) {58.8%} +113 O (0 = 0.0%) {70.6%} +149 ------------------------------------------------------------------------O (3 = 17.6%) {70.6%} +196 ... +448 ------------------------O (1 = 5.9%) {88.2%} +590 ... +36699 ------------------------O (1 = 5.9%) {94.1%} +48336 ... + +Histogram: V8.CompileNoncacheableMicroSeconds recorded 9 samples, average = 24328.1 (flags = 0x1) +0 ... +65 ------------------------------------O (1 = 11.1%) {0.0%} +86 ... +149 ------------------------------------O (1 = 11.1%) {11.1%} +196 ... +340 ------------------------------------O (1 = 11.1%) {22.2%} +448 O (0 = 0.0%) {33.3%} +590 ------------------------------------O (1 = 11.1%) {33.3%} +777 ... +1347 ------------------------------------O (1 = 11.1%) {44.4%} +1774 O (0 = 0.0%) {55.6%} +2336 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +3077 ... +7031 ------------------------------------O (1 = 11.1%) {77.8%} +9260 ... +191569 ------------------------------------O (1 = 11.1%) {88.9%} +252312 ... + +Histogram: V8.CompileScriptMicroSeconds recorded 9 samples, average = 24291.8 (flags = 0x1) +0 ... +65 ------------------------------------O (1 = 11.1%) {0.0%} +86 ... +149 ------------------------------------O (1 = 11.1%) {11.1%} +196 ... +340 ------------------------------------O (1 = 11.1%) {22.2%} +448 O (0 = 0.0%) {33.3%} +590 ------------------------------------O (1 = 11.1%) {33.3%} +777 ... +1347 ------------------------------------O (1 = 11.1%) {44.4%} +1774 O (0 = 0.0%) {55.6%} +2336 ------------------------------------------------------------------------O (2 = 22.2%) {55.6%} +3077 ... +7031 ------------------------------------O (1 = 11.1%) {77.8%} +9260 ... +191569 ------------------------------------O (1 = 11.1%) {88.9%} +252312 ... + +Histogram: V8.DetachedContextAgeInGC recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: V8.GCCompactor recorded 4 samples, average = 5.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 25.0%) {0.0%} +2 ... +4 ------------------------------------------------------------------------O (1 = 25.0%) {25.0%} +5 ... +7 ------------------------------------------------------------------------O (1 = 25.0%) {50.0%} +8 ------------------------------------O (1 = 25.0%) {75.0%} +10 ... + +Histogram: V8.GCIdleNotification recorded 3174 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3174 = 100.0%) +1 ... + +Histogram: V8.GCIdleTimeAllottedInMS recorded 3174 samples, average = 35.8 (flags = 0x1) +0 O (0 = 0.0%) +1 --------O (55 = 1.7%) {0.0%} +2 -------O (49 = 1.5%) {1.7%} +3 -----------O (78 = 2.5%) {3.3%} +4 --------O (55 = 1.7%) {5.7%} +5 ------O (44 = 1.4%) {7.5%} +6 ------O (41 = 1.3%) {8.9%} +7 ---------O (62 = 2.0%) {10.1%} +8 -----O (38 = 1.2%) {12.1%} +9 -------O (49 = 1.5%) {13.3%} +10 -------O (47 = 1.5%) {14.8%} +11 -----------O (77 = 2.4%) {16.3%} +12 -----------------O (118 = 3.7%) {18.7%} +13 ---------O (63 = 2.0%) {22.5%} +14 ----O (29 = 0.9%) {24.4%} +15 --------O (56 = 1.8%) {25.4%} +16 ------------O (81 = 2.6%) {27.1%} +17 --O (17 = 0.5%) {29.7%} +18 -O (7 = 0.2%) {30.2%} +19 --O (21 = 0.7%) {30.4%} +21 -O (15 = 0.5%) {31.1%} +23 -O (15 = 0.5%) {31.6%} +25 -O (18 = 0.6%) {32.0%} +27 -O (20 = 0.6%) {32.6%} +29 O (6 = 0.2%) {33.2%} +31 -O (17 = 0.5%) {33.4%} +33 -O (18 = 0.6%) {34.0%} +36 -O (18 = 0.6%) {34.5%} +39 -O (16 = 0.5%) {35.1%} +42 O (7 = 0.2%) {35.6%} +45 -O (21 = 0.7%) {35.8%} +49 ------------------------------------------------------------------------O (2016 = 63.5%) {36.5%} +53 ... + +Histogram: V8.GCIdleTimeLimit.Undershot recorded 8 samples, average = 26.8 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (3 = 37.5%) {0.0%} +6 ... +16 ------------------------O (1 = 12.5%) {37.5%} +17 ... +36 --------O (1 = 12.5%) {50.0%} +39 ... +49 ------------------O (3 = 37.5%) {62.5%} +53 ... + +Histogram: V8.GCIncrementalMarking recorded 111 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (99 = 89.2%) +1 -O (2 = 1.8%) {89.2%} +2 ----O (5 = 4.5%) {91.0%} +3 -O (1 = 0.9%) {95.5%} +4 -O (1 = 0.9%) {96.4%} +5 ... +7 -O (1 = 0.9%) {97.3%} +8 O (1 = 0.9%) {98.2%} +10 ... +17 O (1 = 0.9%) {99.1%} +20 ... + +Histogram: V8.GCScavenger recorded 41 samples, average = 0.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (30 = 73.2%) +1 ----------O (4 = 9.8%) {73.2%} +2 -------O (3 = 7.3%) {82.9%} +3 -----O (2 = 4.9%) {90.2%} +4 ... +6 --O (1 = 2.4%) {95.1%} +7 O (0 = 0.0%) {97.6%} +8 -O (1 = 2.4%) {97.6%} +10 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: V8.MemoryExternalFragmentationCodeSpace recorded 45 samples, average = 28.9 (flags = 0x1) +0 ... +13 --------O (1 = 2.2%) {0.0%} +14 O (0 = 0.0%) {2.2%} +15 ------------------------------------------------------------------------O (9 = 20.0%) {2.2%} +16 ... +18 --------O (1 = 2.2%) {22.2%} +19 O (0 = 0.0%) {24.4%} +20 ----------------------------------------O (5 = 11.1%) {24.4%} +21 ------------------------O (3 = 6.7%) {35.6%} +22 ------------------------O (3 = 6.7%) {42.2%} +23 --------------------------------O (4 = 8.9%) {48.9%} +24 ... +28 --------O (1 = 2.2%) {57.8%} +29 --------O (1 = 2.2%) {60.0%} +30 ... +32 ----------------O (2 = 4.4%) {62.2%} +33 ----------------O (2 = 4.4%) {66.7%} +34 ------------------------O (3 = 6.7%) {71.1%} +35 ... +38 --------O (1 = 2.2%) {77.8%} +39 ... +44 --------O (1 = 2.2%) {80.0%} +45 ----------------O (2 = 4.4%) {82.2%} +46 ... +51 ----------------O (2 = 4.4%) {86.7%} +52 ... +57 ----------------O (2 = 4.4%) {91.1%} +58 ... +61 --------O (1 = 2.2%) {95.6%} +62 ... +76 --------O (1 = 2.2%) {97.8%} +77 ... + +Histogram: V8.MemoryExternalFragmentationMapSpace recorded 45 samples, average = 81.2 (flags = 0x1) +0 ... +72 --------O (2 = 4.4%) {0.0%} +73 --------O (2 = 4.4%) {4.4%} +74 ... +80 ----O (1 = 2.2%) {8.9%} +81 ------------------------------------------------------------------------O (18 = 40.0%) {11.1%} +82 ----------------------------O (7 = 15.6%) {51.1%} +83 --------------------------------------------------------O (14 = 31.1%) {66.7%} +84 ... +90 ----O (1 = 2.2%) {97.8%} +91 ... + +Histogram: V8.MemoryExternalFragmentationOldSpace recorded 45 samples, average = 20.6 (flags = 0x1) +0 O (0 = 0.0%) +1 ----O (1 = 2.2%) {0.0%} +2 ----O (1 = 2.2%) {2.2%} +3 --------O (2 = 4.4%) {4.4%} +4 ----O (1 = 2.2%) {8.9%} +5 ... +19 ------------------------------------------------------------------------O (17 = 37.8%) {11.1%} +20 ----O (1 = 2.2%) {48.9%} +21 ----O (1 = 2.2%) {51.1%} +22 O (0 = 0.0%) {53.3%} +23 -----------------------------------------------O (11 = 24.4%) {53.3%} +24 ----O (1 = 2.2%) {77.8%} +25 ----O (1 = 2.2%) {80.0%} +26 ----O (1 = 2.2%) {82.2%} +27 ----O (1 = 2.2%) {84.4%} +28 O (0 = 0.0%) {86.7%} +29 ----O (1 = 2.2%) {86.7%} +30 O (0 = 0.0%) {88.9%} +31 --------O (2 = 4.4%) {88.9%} +32 O (0 = 0.0%) {93.3%} +33 ----O (1 = 2.2%) {93.3%} +34 ----O (1 = 2.2%) {95.6%} +35 ----O (1 = 2.2%) {97.8%} +36 ... + +Histogram: V8.MemoryExternalFragmentationTotal recorded 45 samples, average = 40.9 (flags = 0x1) +0 ... +27 -------O (1 = 2.2%) {0.0%} +28 ... +35 ------------------------------------------------------------------------O (10 = 22.2%) {2.2%} +36 ----------------------------------------------------------O (8 = 17.8%) {24.4%} +37 -------O (1 = 2.2%) {42.2%} +38 -------O (1 = 2.2%) {44.4%} +39 --------------O (2 = 4.4%) {46.7%} +40 -------O (1 = 2.2%) {51.1%} +41 -----------------------------------------------------------------O (9 = 20.0%) {53.3%} +42 --------------O (2 = 4.4%) {73.3%} +43 -------O (1 = 2.2%) {77.8%} +44 -------O (1 = 2.2%) {80.0%} +45 O (0 = 0.0%) {82.2%} +46 -------O (1 = 2.2%) {82.2%} +47 ... +50 --------------O (2 = 4.4%) {84.4%} +51 ... +56 -------O (1 = 2.2%) {88.9%} +57 O (0 = 0.0%) {91.1%} +58 --------------O (2 = 4.4%) {91.1%} +59 O (0 = 0.0%) {95.6%} +60 -------O (1 = 2.2%) {95.6%} +61 ... +65 -------O (1 = 2.2%) {97.8%} +66 ... + +Histogram: V8.MemoryHeapCommitted recorded 22 samples, average = 13774.9 (flags = 0x1) +0 ... +13344 ------------------------------------------------------------------------O (22 = 100.0%) {0.0%} +14218 ... + +Histogram: V8.MemoryHeapFractionCodeSpace recorded 45 samples, average = 7.4 (flags = 0x1) +0 ... +5 ----------------------O (6 = 13.3%) {0.0%} +6 ----------------------------------------------------------O (16 = 35.6%) {13.3%} +7 O (0 = 0.0%) {48.9%} +8 ------------------------------------------------------------------------O (20 = 44.4%) {48.9%} +9 O (0 = 0.0%) {93.3%} +10 ----O (1 = 2.2%) {93.3%} +11 ... +17 ----O (1 = 2.2%) {95.6%} +18 ... +20 ----O (1 = 2.2%) {97.8%} +21 ... + +Histogram: V8.MemoryHeapFractionLoSpace recorded 45 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (45 = 100.0%) +1 ... + +Histogram: V8.MemoryHeapFractionMapSpace recorded 45 samples, average = 6.2 (flags = 0x1) +0 ... +4 ------------------------------O (8 = 17.8%) {0.0%} +5 -------------------------------------------------------------O (16 = 35.6%) {17.8%} +6 O (0 = 0.0%) {53.3%} +7 ------------------------------------------------------------------------O (19 = 42.2%) {53.3%} +8 ... +15 ----O (1 = 2.2%) {95.6%} +16 O (0 = 0.0%) {97.8%} +17 ----O (1 = 2.2%) {97.8%} +18 ... + +Histogram: V8.MemoryHeapFractionNewSpace recorded 45 samples, average = 20.5 (flags = 0x1) +0 ... +11 ----O (1 = 2.2%) {0.0%} +12 ... +14 ------------------------------------------------------------------------O (18 = 40.0%) {2.2%} +15 ... +20 --------------------------------------------------------O (14 = 31.1%) {42.2%} +21 O (0 = 0.0%) {73.3%} +22 ----O (1 = 2.2%) {73.3%} +23 ... +28 ----O (1 = 2.2%) {75.6%} +29 ----O (1 = 2.2%) {77.8%} +30 ... +32 ----O (1 = 2.2%) {80.0%} +33 --------------------O (5 = 11.1%) {82.2%} +34 --------O (2 = 4.4%) {93.3%} +35 O (0 = 0.0%) {97.8%} +36 ----O (1 = 2.2%) {97.8%} +37 ... + +Histogram: V8.MemoryHeapFractionOldSpace recorded 45 samples, average = 64.3 (flags = 0x1) +0 ... +27 ----O (1 = 2.2%) {0.0%} +28 ... +38 ----O (1 = 2.2%) {2.2%} +39 ... +48 ----O (1 = 2.2%) {4.4%} +49 ... +54 --------O (2 = 4.4%) {6.7%} +55 ----O (1 = 2.2%) {11.1%} +56 O (0 = 0.0%) {13.3%} +57 --------------------O (5 = 11.1%) {13.3%} +58 ... +64 ----O (1 = 2.2%) {24.4%} +65 ... +68 --------------------------------------------------------O (14 = 31.1%) {26.7%} +69 ------------------------------------------------------------------------O (18 = 40.0%) {57.8%} +70 ... +76 ----O (1 = 2.2%) {97.8%} +77 ... + +Histogram: V8.MemoryHeapSampleCodeSpaceCommitted recorded 45 samples, average = 1240.6 (flags = 0x1) +0 ... +1138 ------------------------------------------------------------------------O (43 = 95.6%) {0.0%} +1295 ... +2174 ---O (2 = 4.4%) {95.6%} +2475 ... + +Histogram: V8.MemoryHeapSampleMapSpaceCommitted recorded 45 samples, average = 1047.0 (flags = 0x1) +0 O (0 = 0.0%) +1000 ------------------------------------------------------------------------O (45 = 100.0%) {0.0%} +1138 ... + +Histogram: V8.MemoryHeapSampleMaximumCommitted recorded 45 samples, average = 22974.4 (flags = 0x1) +0 ... +5380 --O (1 = 2.2%) {0.0%} +6124 --O (1 = 2.2%) {2.2%} +6971 ... +13320 --O (1 = 2.2%) {4.4%} +15161 O (0 = 0.0%) {6.7%} +17257 --O (1 = 2.2%) {6.7%} +19642 O (0 = 0.0%) {8.9%} +22357 ------------------------------------------------------------------------O (41 = 91.1%) {8.9%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalCommitted recorded 45 samples, average = 17181.9 (flags = 0x1) +0 ... +5380 ----O (1 = 2.2%) {0.0%} +6124 ----O (1 = 2.2%) {2.2%} +6971 ... +13320 ------------------------------------------------------------------------O (19 = 42.2%) {4.4%} +15161 O (0 = 0.0%) {46.7%} +17257 --------O (2 = 4.4%) {46.7%} +19642 ---------------------------------------------------------O (15 = 33.3%) {51.1%} +22357 ---------------------------O (7 = 15.6%) {84.4%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalUsed recorded 45 samples, average = 10010.9 (flags = 0x1) +0 ... +1910 ----O (1 = 2.2%) {0.0%} +2174 O (0 = 0.0%) {2.2%} +2475 ----O (1 = 2.2%) {2.2%} +2817 ... +7935 ------------------------------------------------------------------------O (20 = 44.4%) {4.4%} +9032 -------O (2 = 4.4%) {48.9%} +10281 ------------------------------------------------------O (15 = 33.3%) {53.3%} +11702 -----------O (3 = 6.7%) {86.7%} +13320 -----------O (3 = 6.7%) {93.3%} +15161 ... + +Histogram: V8.MemoryHeapUsed recorded 22 samples, average = 8886.9 (flags = 0x1) +0 ... +8561 ------------------------------------------------------------------------O (22 = 100.0%) {0.0%} +9121 ... + +Histogram: V8.ParseLazyMicroSeconds recorded 629 samples, average = 71.8 (flags = 0x1) +0 ... +5 ----------O (5 = 0.8%) {0.0%} +7 ------------------------------------------------O (23 = 3.7%) {0.8%} +9 -------------------------------------------------------------O (44 = 7.0%) {4.5%} +12 ------------------------------------------------------O (52 = 8.3%) {11.4%} +16 ---------------------------------------------------------------------O (82 = 13.0%) {19.7%} +21 ------------------------------------------------------------------------O (86 = 13.7%) {32.8%} +28 ------------------------------------------------------------O (72 = 11.4%) {46.4%} +37 ----------------------------------------------------------O (69 = 11.0%) {57.9%} +49 --------------------------------------------------------------O (74 = 11.8%) {68.8%} +65 ------------------------------------------O (50 = 7.9%) {80.6%} +86 ---------------------O (25 = 4.0%) {88.6%} +113 --------------O (17 = 2.7%) {92.5%} +149 ----------O (12 = 1.9%) {95.2%} +196 -----O (6 = 1.0%) {97.1%} +258 ----O (5 = 0.8%) {98.1%} +340 -O (1 = 0.2%) {98.9%} +448 --O (2 = 0.3%) {99.0%} +590 ---O (3 = 0.5%) {99.4%} +777 ... +12196 -O (1 = 0.2%) {99.8%} +16063 ... + +Histogram: V8.ParseMicroSeconds recorded 17 samples, average = 8834.2 (flags = 0x1) +0 ... +16 ------------------------------------------------------------------------O (2 = 11.8%) {0.0%} +21 ------------------------------------O (1 = 5.9%) {11.8%} +28 ------------------------------------O (1 = 5.9%) {17.6%} +37 O (0 = 0.0%) {23.5%} +49 ------------------------------------O (1 = 5.9%) {23.5%} +65 ------------------------------------O (1 = 5.9%) {29.4%} +86 O (0 = 0.0%) {35.3%} +113 ------------------------------------------------------------------------O (2 = 11.8%) {35.3%} +149 O (0 = 0.0%) {47.1%} +196 ------------------------------------O (1 = 5.9%) {47.1%} +258 ------------------------------------O (1 = 5.9%) {52.9%} +340 ------------------------------------O (1 = 5.9%) {58.8%} +448 O (0 = 0.0%) {64.7%} +590 ------------------------------------O (1 = 5.9%) {64.7%} +777 O (0 = 0.0%) {70.6%} +1023 ------------------------------------O (1 = 5.9%) {70.6%} +1347 O (0 = 0.0%) {76.5%} +1774 ------------------------------------------------------------------------O (2 = 11.8%) {76.5%} +2336 ... +7031 ------------------------------------O (1 = 5.9%) {88.2%} +9260 ... +110434 ------------------------------------O (1 = 5.9%) {94.1%} +145450 ... + +Histogram: V8.PreParseMicroSeconds recorded 69 samples, average = 178.2 (flags = 0x1) +0 O (0 = 0.0%) +1 ---------------------O (1 = 1.4%) {0.0%} +2 ---------------------O (1 = 1.4%) {1.4%} +3 -----------------------------------------O (2 = 2.9%) {2.9%} +4 ---------------------O (1 = 1.4%) {5.8%} +5 ------------------------------------------------------------------------O (7 = 10.1%) {7.2%} +7 ------------------------------------------------------------------------O (7 = 10.1%) {17.4%} +9 -------------------------------------------------------O (8 = 11.6%) {27.5%} +12 --------------------------O (5 = 7.2%) {39.1%} +16 ---------------------O (5 = 7.2%) {46.4%} +21 ----------------O (4 = 5.8%) {53.6%} +28 -------------------------O (6 = 8.7%) {59.4%} +37 ----------------O (4 = 5.8%) {68.1%} +49 ----------------O (4 = 5.8%) {73.9%} +65 O (0 = 0.0%) {79.7%} +86 ------------O (3 = 4.3%) {79.7%} +113 ------------O (3 = 4.3%) {84.1%} +149 ----O (1 = 1.4%) {88.4%} +196 --------O (2 = 2.9%) {89.9%} +258 --------O (2 = 2.9%) {92.8%} +340 --------O (2 = 2.9%) {95.7%} +448 ... +7031 ----O (1 = 1.4%) {98.6%} +9260 ... + +Histogram: WebCore.Animation.CSSProperties recorded 30 samples (flags = 0x1) +36 ------------------------------------------------------------------------O (6 = 20.0%) +50 ------------------------------------------------------------------------O (6 = 20.0%) +55 ------------------------------------------------------------------------O (6 = 20.0%) +61 ------------------------------------------------------------------------O (6 = 20.0%) +68 ------------------------------------------------------------------------O (6 = 20.0%) + +Histogram: WebCore.Editing.Commands recorded 1 samples (flags = 0x1) +37 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: WebCore.FeatureObserver recorded 2 samples, average = 52.0 (flags = 0x1) +0 ... +52 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +53 ... + +Histogram: WebCore.PreloadDelayMs recorded 11 samples, average = 3.3 (flags = 0x1) +0 ------------------O (1 = 9.1%) +1 ------------------O (1 = 9.1%) {9.1%} +2 ------------------------------------------------------------------------O (4 = 36.4%) {18.2%} +3 O (0 = 0.0%) {54.5%} +5 ---------------------------------------------O (5 = 45.5%) {54.5%} +7 ... + +Histogram: WebCore.ResourceFetcher.HitCount recorded 4 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 75.0%) +1 ------------------------O (1 = 25.0%) {75.0%} +2 ... + +Histogram: WebCore.ResourceFetcher.LoadCount recorded 4 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 50.0%) +1 ------------------------------------------------------------------------O (2 = 50.0%) {50.0%} +2 ... + +Histogram: WebCore.ResourceFetcher.RevalidateCount recorded 4 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: WebCore.ScriptController.clearWindowProxy recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: WebCore.Scripts.ParsingBlocking.NotStreamingReason recorded 5 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (5 = 100.0%) {0.0%} +2 ... + +Histogram: WebCore.Scripts.ParsingBlocking.StartedStreaming recorded 5 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 100.0%) +1 ... + +Histogram: WebCore.WindowProxy.createContext.MainWorld recorded 2 samples, average = 2.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ... +4 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +5 ... + +Histogram: WebFont.BlankTextShownTime recorded 1 samples, average = 16.0 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +17 ... + +Histogram: WebFont.CORSSuccess recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.CacheHit recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebFont.DecodeSpeed.WOFF2 recorded 2 samples, average = 13517.0 (flags = 0x1) +0 ... +12125 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +13655 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +15378 ... + +Histogram: WebFont.DownloadTime.1.10KBTo50KB recorded 1 samples, average = 10.0 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +12 ... + +Histogram: WebFont.HadBlankText recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.PackageFormat recorded 2 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +4 ... + +Histogram: WebFont.WebFontsInPage recorded 3 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 66.7%) +1 ------------------------------------O (1 = 33.3%) {66.7%} +2 ... + +Histogram: sri.resource_integrity_mismatch_event recorded 12 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (12 = 100.0%) +1 ... + + +[0509/160418:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 0117AF48: set chrome proxy config service to 0117B328 +[0509/160418:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 0117AF48: Done pushing proxy to UpdateProxyConfig +[0509/160418:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/160418:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/160418:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0509/160418:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/160418:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/160418:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/160418:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/160418:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -6, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/160418:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 59674080 + URL: data:text/html,chromewebdata + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/160418:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/160418:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/160418:VERBOSE1:dispatcher.cc(435)] Num tracked contexts: 0 +[0509/160418:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 59674080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/160418:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/160418:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/160418:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/160418:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/160418:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160418:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160418:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160418:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/160500:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160548:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160620:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160639:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160647:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160706:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160726:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160821:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/160920:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/160920:VERBOSE1:component_updater_service.cc(90)] CrxUpdateService stopping +[0509/160920:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/160920:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Accessibility.InvertedColors recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.ManuallyEnabled recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.State recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinAudioDescription recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinJAWS recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinNVDA recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinSAToGo recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinScreenReader recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinStickyKeys recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinZoomText recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.ConfigChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseDuration recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: AsyncDNS.ConfigParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsParseDuration recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: AsyncDNS.HostsParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostsSize recorded 1 samples, average = 824.0 (flags = 0x1) +0 ... +777 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +1023 ... + +Histogram: AsyncDNS.NameServersType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: AsyncDNS.WatchStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Aura.CreatedGpuBrowserCompositor recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ChildProcessSecurityPolicy.PerChildFilePermissions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 7 samples, average = 15897809.0 (flags = 0x1) +0 ... +65 ------------O (1 = 14.3%) {0.0%} +86 ... +1000000 ------------------------------------------------------------------------O (6 = 85.7%) {14.3%} + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateUs recorded 7 samples, average = 109.6 (flags = 0x1) +0 ... +37 ------------------------------------------------------------------------O (3 = 42.9%) {0.0%} +49 ... +86 ------------------------O (1 = 14.3%) {42.9%} +113 ------------------------O (1 = 14.3%) {57.1%} +149 ------------------------O (1 = 14.3%) {71.4%} +196 ------------------------O (1 = 14.3%) {85.7%} +258 ... + +Histogram: Compositing.Browser.PictureMemoryUsageKb recorded 12 samples, average = 9.0 (flags = 0x1) +0 ... +9 ------------------------------------------------------------------------O (12 = 100.0%) {0.0%} +12 ... + +Histogram: Compositing.NumActiveLayers recorded 12 samples, average = 6.8 (flags = 0x1) +0 ... +4 --------------------O (1 = 8.3%) {0.0%} +5 O (0 = 0.0%) {8.3%} +7 ------------------------------------------------------------------------O (11 = 91.7%) {8.3%} +10 ... + +Histogram: ContentSettings.DefaultCookiesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultImagesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultJavaScriptSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultLocationSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMIDISysExSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamCameraSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamMicSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMouseCursorSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultNotificationsSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultPluginsSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultPopupsSetting recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: ContentSettings.DefaultPushMessagingSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.NumberOfAllowCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfBlockCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfSessionOnlyCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Cookie.CookieSourceScheme recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Count recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.DeletionCause recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.EvictedLastAccessMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.ExpirationDurationMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.TimeBlockedOnLoad recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Type recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Event.Latency.Browser recorded 4891 samples, average = 178936.3 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (4351 = 89.0%) {0.0%} +184863 ---------O (534 = 10.9%) {89.0%} +210497 O (2 = 0.0%) {99.9%} +239686 O (2 = 0.0%) {99.9%} +272922 O (1 = 0.0%) {100.0%} +310767 O (1 = 0.0%) {100.0%} +353860 ... + +Histogram: Event.Latency.Browser.ET_KEY_PRESSED recorded 122 samples, average = 177894.2 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (111 = 91.0%) {0.0%} +184863 -------O (11 = 9.0%) {91.0%} +210497 ... + +Histogram: Event.Latency.Browser.ET_KEY_RELEASED recorded 76 samples, average = 178565.3 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (71 = 93.4%) {0.0%} +184863 -----O (5 = 6.6%) {93.4%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_DRAGGED recorded 808 samples, average = 178517.0 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (737 = 91.2%) {0.0%} +184863 -------O (71 = 8.8%) {91.2%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_EXITED recorded 14 samples, average = 178920.1 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (12 = 85.7%) {0.0%} +184863 ------------O (2 = 14.3%) {85.7%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_MOVED recorded 3817 samples, average = 179012.2 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (3374 = 88.4%) {0.0%} +184863 ---------O (440 = 11.5%) {88.4%} +210497 O (1 = 0.0%) {99.9%} +239686 O (1 = 0.0%) {99.9%} +272922 O (0 = 0.0%) {100.0%} +310767 O (1 = 0.0%) {100.0%} +353860 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_PRESSED recorded 27 samples, average = 186051.6 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (21 = 77.8%) {0.0%} +184863 --------------O (4 = 14.8%) {77.8%} +210497 O (0 = 0.0%) {92.6%} +239686 ---O (1 = 3.7%) {92.6%} +272922 ---O (1 = 3.7%) {96.3%} +310767 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_RELEASED recorded 27 samples, average = 179414.1 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (25 = 92.6%) {0.0%} +184863 ---O (1 = 3.7%) {92.6%} +210497 ---O (1 = 3.7%) {96.3%} +239686 ... + +Histogram: Extensions.FeatureProviderStaticInitTime recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: GPU.AtExitContextGroupCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitMBytesAllocated recorded 1 samples, average = 32.0 (flags = 0x1) +0 ... +29 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +33 ... + +Histogram: GPU.AtExitMBytesAllocatedMax recorded 1 samples, average = 32.0 (flags = 0x1) +0 ... +29 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +33 ... + +Histogram: GPU.AtExitMBytesLimit recorded 1 samples, average = 512.0 (flags = 0x1) +0 ... +511 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +586 ... + +Histogram: GPU.AtExitManagedMemoryClientCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitReceivedMemoryStats recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.AtExitSurfaceCount recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.BlacklistFeatureTestResults.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistTestResultsPerEntry recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.CreateBrowserCompositor recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.D3DShaderModel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.DisplayLinkInstallationStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GLResetNotificationStrategy recorded 2 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +33362 ------------------------------------------------------------------------O (1 = 50.0%) + +Histogram: GPU.GPU.GPUProcessSoftwareRendering recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessInitialized recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.GPUProcessLaunchCause recorded 1 samples, average = 8.0 (flags = 0x1) +0 ... +8 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +9 ... + +Histogram: GPU.GPUProcessLaunchTime recorded 1 samples, average = 7.0 (flags = 0x1) +0 ... +7 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +8 ... + +Histogram: GPU.GPUProcessLifetimeEvents recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessTerminationStatus recorded 1 samples, average = 4.0 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +5 ... + +Histogram: MPArch.ChildProcessLaunchFirst recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: MPArch.ChildProcessLaunchSubsequent recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: MPArch.IIR_InputEventDelta recorded 4776 samples, average = 92.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (4022 = 84.2%) +1 ----O (198 = 4.1%) {84.2%} +2 -O (69 = 1.4%) {88.4%} +3 -O (48 = 1.0%) {89.8%} +4 -O (58 = 1.2%) {90.8%} +5 -O (28 = 0.6%) {92.0%} +6 O (22 = 0.5%) {92.6%} +7 O (8 = 0.2%) {93.1%} +8 O (21 = 0.4%) {93.2%} +10 O (13 = 0.3%) {93.7%} +12 O (11 = 0.2%) {93.9%} +14 O (74 = 1.5%) {94.2%} +17 O (5 = 0.1%) {95.7%} +20 O (10 = 0.2%) {95.8%} +24 O (2 = 0.0%) {96.0%} +29 O (7 = 0.1%) {96.1%} +34 O (2 = 0.0%) {96.2%} +40 O (6 = 0.1%) {96.3%} +48 O (13 = 0.3%) {96.4%} +57 O (16 = 0.3%) {96.7%} +68 O (2 = 0.0%) {97.0%} +81 O (14 = 0.3%) {97.0%} +96 O (7 = 0.1%) {97.3%} +114 O (6 = 0.1%) {97.5%} +135 O (3 = 0.1%) {97.6%} +160 O (5 = 0.1%) {97.7%} +190 O (2 = 0.0%) {97.8%} +226 O (6 = 0.1%) {97.8%} +268 O (10 = 0.2%) {97.9%} +318 O (1 = 0.0%) {98.2%} +378 O (0 = 0.0%) {98.2%} +449 O (2 = 0.0%) {98.2%} +533 O (4 = 0.1%) {98.2%} +633 O (0 = 0.0%) {98.3%} +752 O (9 = 0.2%) {98.3%} +894 O (14 = 0.3%) {98.5%} +1062 O (2 = 0.0%) {98.8%} +1262 O (0 = 0.0%) {98.8%} +1500 O (1 = 0.0%) {98.8%} +1782 O (0 = 0.0%) {98.8%} +2117 O (2 = 0.0%) {98.8%} +2516 O (1 = 0.0%) {98.9%} +2990 O (0 = 0.0%) {98.9%} +3553 O (3 = 0.1%) {98.9%} +4222 O (0 = 0.0%) {99.0%} +5017 O (4 = 0.1%) {99.0%} +5961 O (3 = 0.1%) {99.1%} +7083 O (42 = 0.9%) {99.1%} +8416 ... + +Histogram: MPArch.RWH_DidUpdateBackingStore recorded 4 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: MPArch.RWH_OnMsgUpdateRect recorded 4 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: MPArch.RWH_TabSwitchPaintDuration recorded 1 samples, average = 119.0 (flags = 0x1) +0 ... +114 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +135 ... + +Histogram: Media.Midi.ResultOnShutdown recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Media.Midi.Usage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.PressureLevel recorded 60 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (60 = 100.0%) +1 ... + +Histogram: Navigation.RedirectChainSize recorded 2 samples, average = 64.0 (flags = 0x1) +0 ... +28 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +37 ... +86 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +113 ... + +Histogram: Navigation.TimeToCommit recorded 2 samples, average = 23.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +14 ... +29 -----------------------------O (1 = 50.0%) {50.0%} +34 ... + +Histogram: Navigation.TimeToCommit_ExistingRenderer_BeforeUnloadDiscounted recorded 2 samples, average = 23.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +14 ... +29 -----------------------------O (1 = 50.0%) {50.0%} +34 ... + +Histogram: Navigation.TimeToURLJobStart recorded 2 samples, average = 14.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +29 --------------O (1 = 50.0%) {50.0%} +34 ... + +Histogram: Navigation.TimeToURLJobStart_ExistingRenderer_BeforeUnloadDiscounted recorded 2 samples, average = 14.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ... +29 --------------O (1 = 50.0%) {50.0%} +34 ... + +Histogram: Net.ErrorCodesForImages recorded 1 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: Net.ErrorCodesForMainFrame3 recorded 3 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +3 ------------------------------------------------------------------------O (1 = 33.3%) +6 ------------------------------------------------------------------------O (1 = 33.3%) + +Histogram: Net.ErrorCodesForSubresources2 recorded 13 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) + +Histogram: Net.NotifyAddrChangeFailures recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Net.QuicSession.PreferAesGcm recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: Net.RequestTime2.ErrAborted recorded 1 samples, average = 7.0 (flags = 0x1) +0 ... +7 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +10 ... + +Histogram: Net.RequestTime2.MiscError recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: Net.RequestTime2.Success recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: PluginFinder.BuiltInPluginList.ErrorCode recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 12 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (12 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 12 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (12 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 12 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (12 = 100.0%) +1 ... + +Histogram: Renderer.KeyboardQueueSize recorded 320 samples, average = 11.8 +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (79 = 24.7%) {0.0%} +2 -------------------------------------------------------------O (67 = 20.9%) {24.7%} +3 -------O (8 = 2.5%) {45.6%} +4 -----O (5 = 1.6%) {48.1%} +5 -----O (5 = 1.6%) {49.7%} +6 -----O (5 = 1.6%) {51.3%} +7 ------O (7 = 2.2%) {52.8%} +8 -----O (6 = 1.9%) {55.0%} +9 -----O (6 = 1.9%) {56.9%} +10 -----O (6 = 1.9%) {58.8%} +11 -----O (5 = 1.6%) {60.6%} +12 -----O (5 = 1.6%) {62.2%} +13 -----O (5 = 1.6%) {63.8%} +14 -----O (6 = 1.9%) {65.3%} +15 ------O (7 = 2.2%) {67.2%} +16 ------O (7 = 2.2%) {69.4%} +17 -----O (6 = 1.9%) {71.6%} +18 -----O (6 = 1.9%) {73.4%} +19 -----O (6 = 1.9%) {75.3%} +20 -----O (6 = 1.9%) {77.2%} +21 ------O (7 = 2.2%) {79.1%} +22 -----O (5 = 1.6%) {81.3%} +23 ---O (3 = 0.9%) {82.8%} +24 --O (2 = 0.6%) {83.8%} +25 --O (2 = 0.6%) {84.4%} +26 --O (4 = 1.3%) {85.0%} +28 --O (4 = 1.3%) {86.3%} +30 ---O (6 = 1.9%) {87.5%} +32 --O (4 = 1.3%) {89.4%} +34 --O (4 = 1.3%) {90.6%} +36 -O (2 = 0.6%) {91.9%} +38 -O (2 = 0.6%) {92.5%} +40 -O (2 = 0.6%) {93.1%} +42 -O (4 = 1.3%) {93.8%} +45 -O (3 = 0.9%) {95.0%} +48 -O (3 = 0.9%) {95.9%} +51 -O (3 = 0.9%) {96.9%} +54 -O (3 = 0.9%) {97.8%} +57 -O (3 = 0.9%) {98.8%} +60 O (1 = 0.3%) {99.7%} +64 ... + +Histogram: Renderer4.renderPassCount recorded 689 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (689 = 100.0%) {0.0%} +2 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active recorded 2 samples, average = 698.5 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +5 ... +1204 --------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active.1Client recorded 2 samples, average = 698.5 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +5 ... +1204 --------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other recorded 1 samples, average = 84.0 (flags = 0x1) +0 ... +76 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +98 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.1Client recorded 1 samples, average = 84.0 (flags = 0x1) +0 ... +76 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +98 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive recorded 1 samples, average = 30.0 (flags = 0x1) +0 ... +28 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +36 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive.1Client recorded 1 samples, average = 30.0 (flags = 0x1) +0 ... +28 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +36 ... + +Histogram: ResourceScheduler.RequestTimeDeferred.Active recorded 16 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (16 = 100.0%) +1 ... + +Histogram: ResourceScheduler.RequestTimeThrottled.Active recorded 16 samples, average = 0.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (15 = 93.8%) +1 ... +3 -----O (1 = 6.3%) {93.8%} +4 ... + +Histogram: Scheduling.Browser.ActivateDuration recorded 12 samples, average = 7.3 (flags = 0x1) +0 ... +3 ------------------------O (1 = 8.3%) {0.0%} +4 ------------------------O (1 = 8.3%) {8.3%} +5 ------------------------------------------------------------------------O (3 = 25.0%) {16.7%} +6 ------------------------------------------------O (2 = 16.7%) {41.7%} +7 ------------------------O (1 = 8.3%) {58.3%} +8 ------------------------O (1 = 8.3%) {66.7%} +9 ... +11 ------------O (1 = 8.3%) {75.0%} +13 ------------------------O (2 = 16.7%) {83.3%} +15 ... + +Histogram: Scheduling.Browser.ActivateDuration.Overestimate recorded 12 samples, average = 1.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (6 = 50.0%) +1 ------------O (1 = 8.3%) {50.0%} +2 ------------O (1 = 8.3%) {58.3%} +3 ------------------------------------O (3 = 25.0%) {66.7%} +4 ... +10 ------------O (1 = 8.3%) {91.7%} +11 ... + +Histogram: Scheduling.Browser.ActivateDuration.Underestimate recorded 12 samples, average = 1.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 58.3%) +1 -------------------------------O (3 = 25.0%) {58.3%} +2 ... +6 ---------------------O (2 = 16.7%) {83.3%} +7 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration recorded 12 samples, average = 385.4 (flags = 0x1) +0 ... +88 ------------------------------------------------------------------------O (2 = 16.7%) {0.0%} +100 O (0 = 0.0%) {16.7%} +114 ------------------------------------O (1 = 8.3%) {16.7%} +130 ------------------------------------O (1 = 8.3%) {25.0%} +148 ------------------------------------O (1 = 8.3%) {33.3%} +168 ------------------------------------O (1 = 8.3%) {41.7%} +191 O (0 = 0.0%) {50.0%} +217 ------------------------------------O (1 = 8.3%) {50.0%} +247 ... +364 ------------------------------------------------------------------------O (2 = 16.7%) {58.3%} +414 ... +695 ------------------------------------O (1 = 8.3%) {75.0%} +791 O (0 = 0.0%) {83.3%} +901 ------------------------------------O (1 = 8.3%) {83.3%} +1026 O (0 = 0.0%) {91.7%} +1168 ------------------------------------O (1 = 8.3%) {91.7%} +1330 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Overestimate recorded 12 samples, average = 756.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 16.7%) +1 ... +471 -------O (1 = 8.3%) {16.7%} +536 -------O (1 = 8.3%) {25.0%} +610 -------O (1 = 8.3%) {33.3%} +695 O (0 = 0.0%) {41.7%} +791 -------O (1 = 8.3%) {41.7%} +901 O (0 = 0.0%) {50.0%} +1026 -------------------------------------------O (6 = 50.0%) {50.0%} +1168 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Underestimate recorded 12 samples, average = 101.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (10 = 83.3%) +1 ... +281 -O (1 = 8.3%) {83.3%} +320 ... +901 -O (1 = 8.3%) {91.7%} +1026 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration recorded 12 samples, average = 41.7 (flags = 0x1) +0 ... +19 ------------------------O (1 = 8.3%) {0.0%} +22 ------------------------O (1 = 8.3%) {8.3%} +25 ------------------------------------------------------------------------O (3 = 25.0%) {16.7%} +28 ------------------------------------O (2 = 16.7%) {41.7%} +32 O (0 = 0.0%) {58.3%} +36 --------------O (1 = 8.3%) {58.3%} +41 ... +60 -----------------------------O (2 = 16.7%) {66.7%} +68 O (0 = 0.0%) {83.3%} +77 -----------------------------O (2 = 16.7%) {83.3%} +88 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Overestimate recorded 12 samples, average = 41.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 8.3%) +1 ... +5 ------------------------------------------------------------------------O (1 = 8.3%) {8.3%} +6 ... +17 ------------------------------------O (1 = 8.3%) {16.7%} +19 ------------------------O (1 = 8.3%) {25.0%} +22 ... +47 --------------O (1 = 8.3%) {33.3%} +53 ------------------------------------------------------------------------O (5 = 41.7%) {41.7%} +60 -----------------------------O (2 = 16.7%) {83.3%} +68 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Underestimate recorded 12 samples, average = 7.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 91.7%) +1 ... +77 -O (1 = 8.3%) {91.7%} +88 ... + +Histogram: Scheduling.Browser.DrawDuration recorded 12 samples, average = 75.6 (flags = 0x1) +0 ... +36 --------------O (1 = 8.3%) {0.0%} +41 ... +53 ------------------------------------------------------------------------O (5 = 41.7%) {8.3%} +60 O (0 = 0.0%) {50.0%} +68 -----------------------------O (2 = 16.7%) {50.0%} +77 O (0 = 0.0%) {66.7%} +88 --------------O (1 = 8.3%) {66.7%} +100 --------------O (1 = 8.3%) {75.0%} +114 -----------------------------O (2 = 16.7%) {83.3%} +130 ... + +Histogram: Scheduling.Browser.DrawDuration.Overestimate recorded 12 samples, average = 39.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 25.0%) +1 ... +22 --------O (1 = 8.3%) {25.0%} +25 ... +41 ----------O (2 = 16.7%) {33.3%} +47 O (0 = 0.0%) {50.0%} +53 ----------O (2 = 16.7%) {50.0%} +60 --------------O (3 = 25.0%) {66.7%} +68 -----O (1 = 8.3%) {91.7%} +77 ... + +Histogram: Scheduling.Browser.DrawDuration.Underestimate recorded 12 samples, average = 11.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (9 = 75.0%) +1 ... +4 --------O (1 = 8.3%) {75.0%} +5 ... +15 ----O (1 = 8.3%) {83.3%} +17 ... +100 --O (1 = 8.3%) {91.7%} +114 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration recorded 13 samples, average = 35.9 (flags = 0x1) +0 ... +19 ------------------------------------------------------------------------O (5 = 38.5%) {0.0%} +22 --------------O (1 = 7.7%) {38.5%} +25 -----------------------------O (2 = 15.4%) {46.2%} +28 O (0 = 0.0%) {61.5%} +32 -----------O (1 = 7.7%) {61.5%} +36 ---------O (1 = 7.7%) {69.2%} +41 ... +53 ---------O (1 = 7.7%) {76.9%} +60 O (0 = 0.0%) {84.6%} +68 ---------O (1 = 7.7%) {84.6%} +77 O (0 = 0.0%) {92.3%} +88 ---------O (1 = 7.7%) {92.3%} +100 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Overestimate recorded 13 samples, average = 38.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 15.4%) +1 ... +17 ------------------O (1 = 7.7%) {15.4%} +19 ... +36 --------------O (2 = 15.4%) {23.1%} +41 O (0 = 0.0%) {38.5%} +47 -------------------------------------------O (6 = 46.2%) {38.5%} +53 --------------O (2 = 15.4%) {84.6%} +60 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Underestimate recorded 13 samples, average = 7.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (11 = 84.6%) +1 ... +17 ---O (1 = 7.7%) {84.6%} +19 ... +68 -O (1 = 7.7%) {92.3%} +77 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeLongTime recorded 1 samples, average = 41.0 (flags = 0x1) +0 ... +37 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +43 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep1Time recorded 1 samples, average = 10.0 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +12 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep2Time recorded 1 samples, average = 31.0 (flags = 0x1) +0 ... +29 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +34 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 13 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) +1 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Windows.Win32kRendererLockdown recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: appcache.CompletionQueueTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.CompletionRunTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.TaskQueueTime recorded 2 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +2 ... + +Histogram: appcache.TaskRunTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: mime_sniffer.ShouldSniffMimeType2 recorded 14 samples, average = 1.1 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (13 = 92.9%) {0.0%} +2 O (1 = 7.1%) {92.9%} + +Histogram: mime_sniffer.kByteOrderMark2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kMagicNumbers2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffCRX recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTags2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTypes2 recorded 1 samples, average = 18.0 (flags = 0x1) +0 ... +18 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} + +Histogram: mime_sniffer.kUnknownMimeTypes2 recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: nosniff.usage recorded 14 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (14 = 100.0%) +1 ... + + +[0509/165712:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 00345DC0: set chrome proxy config service to 003460A8 +[0509/165712:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 00345DC0: Done pushing proxy to UpdateProxyConfig +[0509/165712:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0509/165712:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/165712:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/165712:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0509/165712:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0509/165712:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/165712:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0509/165712:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -6, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0509/165712:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 23674080 + URL: data:text/html,chromewebdata + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/165712:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/165712:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/165713:VERBOSE1:dispatcher.cc(435)] Num tracked contexts: 0 +[0509/165713:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 23674080 + URL: file:///C:/Users/theyogi/AppData/Local/RunRev/Documentation%20Cache/9_0_0_dp_6_professional/api.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0509/165713:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0509/165713:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0509/165713:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/165713:VERBOSE1:script_context.cc(117)] Destroyed context for extension + extension id: + effective extension id: +[0509/165713:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/165713:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/165713:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/165713:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0509/165841:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/165843:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: GPU.ANGLE.D3D11CreateDeviceMS recorded 1 samples, average = 7.0 (flags = 0x1) +0 ... +7 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +8 ... + +Histogram: GPU.ANGLE.D3D11FeatureLevel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.ANGLE.D3D11InitializeResult recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.ANGLE.D3DCompileMS recorded 6 samples, average = 8.2 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 16.7%) {0.0%} +3 ------------------------------------------------------------------------O (1 = 16.7%) {16.7%} +4 ------------------------------------------------------------------------O (1 = 16.7%) {33.3%} +5 ------------------------------------------------------------------------O (1 = 16.7%) {50.0%} +6 ... +8 ------------------------------------O (1 = 16.7%) {66.7%} +10 ... +24 --------------O (1 = 16.7%) {83.3%} +29 ... + +Histogram: GPU.ANGLE.DisplayInitializeMS recorded 1 samples, average = 9.0 (flags = 0x1) +0 ... +8 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +10 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDLLsMS recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.ANGLE.Renderer11InitializeDeviceMS recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.ANGLE.SupportsDXGI1_2 recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.CollectContextGraphicsInfo recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.DoLinkProgramTime recorded 3 samples, average = 20.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +14 ------------------------------------------------O (1 = 33.3%) {33.3%} +17 ... +29 -----------------------------O (1 = 33.3%) {66.7%} +34 ... + +Histogram: GPU.FenceSupport recorded 2 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.InitializeOneOffMediumTime recorded 1 samples, average = 15.0 (flags = 0x1) +0 ... +15 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +18 ... + +Histogram: GPU.MaxMSAASampleCount recorded 1 samples (flags = 0x1) +8 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: GPU.ProgramCache.BinaryCacheMissTime recorded 3 samples, average = 18233.7 (flags = 0x1) +0 ... +7439 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +10321 O (0 = 0.0%) {33.3%} +14319 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +19866 O (0 = 0.0%) {66.7%} +27562 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +38240 ... + +Histogram: GPU.ProgramCache.CacheHit recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: GPU.ProgramCache.MemorySizeAfterKb recorded 3 samples, average = 11.3 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +7 O (0 = 0.0%) {33.3%} +9 ------------------------------------------------O (1 = 33.3%) {33.3%} +12 O (0 = 0.0%) {66.7%} +16 -----------------------------O (1 = 33.3%) {66.7%} +21 ... + +Histogram: GPU.ProgramCache.MemorySizeBeforeKb recorded 3 samples, average = 5.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +1 ... +5 ------------------------------------O (1 = 33.3%) {33.3%} +7 O (0 = 0.0%) {66.7%} +9 ------------------------O (1 = 33.3%) {66.7%} +12 ... + +Histogram: GPU.ProgramCache.ProgramBinarySizeBytes recorded 3 samples, average = 6315.0 (flags = 0x1) +0 ... +4053 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +5338 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +7031 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +9260 ... + +Histogram: GPU.TextureRG recorded 2 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + + +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0509/170110:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Blink.DecodedImageType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: BlinkGC.CollectGarbage recorded 10 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (10 = 100.0%) +1 ... + +Histogram: BlinkGC.CommittedSize recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: BlinkGC.CompleteSweep recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: BlinkGC.GCReason recorded 10 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (10 = 100.0%) +1 ... + +Histogram: BlinkGC.TotalAllocatedSpace recorded 10 samples, average = 960.0 (flags = 0x1) +0 ... +760 ------------------------------------------------------------------------O (10 = 100.0%) {0.0%} +1034 ... + +Histogram: BlinkGC.TotalObjectSpace recorded 10 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (10 = 100.0%) +1 ... + +Histogram: Compositing.NumActiveLayers recorded 900 samples, average = 11.8 (flags = 0x1) +0 ... +10 ------------------------------------------------------------------------O (897 = 99.7%) {0.0%} +14 O (3 = 0.3%) {99.7%} +19 ... + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 884 samples, average = 186752.7 (flags = 0x1) +0 ... +7 --O (2 = 0.2%) {0.0%} +9 O (0 = 0.0%) {0.2%} +12 O (1 = 0.1%) {0.2%} +16 -O (2 = 0.2%) {0.3%} +21 -O (2 = 0.2%) {0.6%} +28 --O (5 = 0.6%) {0.8%} +37 -O (3 = 0.3%) {1.4%} +49 O (1 = 0.1%) {1.7%} +65 O (0 = 0.0%) {1.8%} +86 O (1 = 0.1%) {1.8%} +113 O (1 = 0.1%) {1.9%} +149 O (0 = 0.0%) {2.0%} +196 O (1 = 0.1%) {2.0%} +258 -O (2 = 0.2%) {2.1%} +340 -O (3 = 0.3%) {2.4%} +448 -O (3 = 0.3%) {2.7%} +590 --O (6 = 0.7%) {3.1%} +777 O (0 = 0.0%) {3.7%} +1023 --O (6 = 0.7%) {3.7%} +1347 -O (3 = 0.3%) {4.4%} +1774 -O (2 = 0.2%) {4.8%} +2336 -O (2 = 0.2%) {5.0%} +3077 ---O (9 = 1.0%) {5.2%} +4053 ---O (8 = 0.9%) {6.2%} +5338 ---O (8 = 0.9%) {7.1%} +7031 --O (6 = 0.7%) {8.0%} +9260 -O (4 = 0.5%) {8.7%} +12196 -O (3 = 0.3%) {9.2%} +16063 O (1 = 0.1%) {9.5%} +21156 O (1 = 0.1%) {9.6%} +27864 -O (3 = 0.3%) {9.7%} +36699 ------O (17 = 1.9%) {10.1%} +48336 --------O (25 = 2.8%) {12.0%} +63662 -----------------------------------------------O (138 = 15.6%) {14.8%} +83848 ---------------------------------------O (114 = 12.9%) {30.4%} +110434 -------------------------------O (92 = 10.4%) {43.3%} +145450 --------------------------------------------O (129 = 14.6%) {53.7%} +191569 ------------------------------------------------------------------------O (213 = 24.1%) {68.3%} +252312 ------------------O (54 = 6.1%) {92.4%} +332315 --O (6 = 0.7%) {98.5%} +437686 -O (2 = 0.2%) {99.2%} +576468 -O (2 = 0.2%) {99.4%} +759255 O (0 = 0.0%) {99.7%} +1000000 -O (3 = 0.3%) {99.7%} + +Histogram: Compositing.Renderer.DisplayListRecordingSource.UpdateUs recorded 884 samples, average = 5029.2 (flags = 0x1) +0 ... +12 O (1 = 0.1%) {0.0%} +16 ... +65 O (1 = 0.1%) {0.1%} +86 O (1 = 0.1%) {0.2%} +113 O (0 = 0.0%) {0.3%} +149 O (1 = 0.1%) {0.3%} +196 O (1 = 0.1%) {0.5%} +258 O (1 = 0.1%) {0.6%} +340 ... +590 --O (4 = 0.5%) {0.7%} +777 ---O (7 = 0.8%) {1.1%} +1023 ------O (17 = 1.9%) {1.9%} +1347 ---------O (25 = 2.8%) {3.8%} +1774 ------------------O (49 = 5.5%) {6.7%} +2336 ------------------------------------------------------------------------O (191 = 21.6%) {12.2%} +3077 ----------------------------------------------------O (138 = 15.6%) {33.8%} +4053 -------------------------------------------------O (131 = 14.8%) {49.4%} +5338 ----------------------------------O (89 = 10.1%) {64.3%} +7031 ---------------------------------------------------------O (151 = 17.1%) {74.3%} +9260 ---------------------O (56 = 6.3%) {91.4%} +12196 -------O (19 = 2.1%) {97.7%} +16063 O (1 = 0.1%) {99.9%} +21156 ... + +Histogram: Compositing.Renderer.PictureMemoryUsageKb recorded 900 samples, average = 724.6 (flags = 0x1) +0 ... +9 O (2 = 0.2%) {0.0%} +12 O (0 = 0.0%) {0.2%} +16 O (2 = 0.2%) {0.2%} +21 O (1 = 0.1%) {0.4%} +28 ... +49 O (1 = 0.1%) {0.6%} +65 ... +113 --O (15 = 1.7%) {0.7%} +149 -------O (52 = 5.8%) {2.3%} +196 ----O (30 = 3.3%) {8.1%} +258 ... +448 ----------------------O (168 = 18.7%) {11.4%} +590 ----------O (76 = 8.4%) {30.1%} +777 ------------------------------------------------------------------------O (553 = 61.4%) {38.6%} +1023 ... + +Histogram: Compositing.Renderer.RasterTask.RasterPixelsPerMs recorded 14707 samples, average = 135944.0 (flags = 0x1) +0 ... +7031 O (1 = 0.0%) {0.0%} +9260 O (4 = 0.0%) {0.0%} +12196 --O (56 = 0.4%) {0.0%} +16063 -------O (218 = 1.5%) {0.4%} +21156 ---------O (299 = 2.0%) {1.9%} +27864 -------------------O (611 = 4.2%) {3.9%} +36699 ----------------------------O (923 = 6.3%) {8.1%} +48336 -----------------------------------------O (1348 = 9.2%) {14.4%} +63662 ---------------------------------------------------O (1670 = 11.4%) {23.5%} +83848 ----------------------------------------------------------O (1902 = 12.9%) {34.9%} +110434 -----------------------------------------------------------------------O (2306 = 15.7%) {47.8%} +145450 ------------------------------------------------------------------------O (2348 = 16.0%) {63.5%} +191569 -------------------------------------------------O (1588 = 10.8%) {79.5%} +252312 -------------------------O (824 = 5.6%) {90.3%} +332315 ---------O (306 = 2.1%) {95.9%} +437686 -------O (212 = 1.4%) {97.9%} +576468 ---O (82 = 0.6%) {99.4%} +759255 O (5 = 0.0%) {99.9%} +1000000 O (4 = 0.0%) {100.0%} + +Histogram: Compositing.Renderer.RasterTask.RasterUs recorded 14707 samples, average = 800.9 (flags = 0x1) +0 ... +49 O (3 = 0.0%) {0.0%} +65 O (6 = 0.0%) {0.0%} +86 --O (74 = 0.5%) {0.1%} +113 -------O (215 = 1.5%) {0.6%} +149 ---------O (295 = 2.0%) {2.0%} +196 -------------------------O (818 = 5.6%) {4.0%} +258 -----------------------------------------------O (1538 = 10.5%) {9.6%} +340 ------------------------------------------------------------------------O (2354 = 16.0%) {20.1%} +448 -----------------------------------------------------------------------O (2320 = 15.8%) {36.1%} +590 -----------------------------------------------------------O (1915 = 13.0%) {51.8%} +777 ---------------------------------------------------O (1658 = 11.3%) {64.9%} +1023 ------------------------------------------O (1374 = 9.3%) {76.1%} +1347 ----------------------------O (924 = 6.3%) {85.5%} +1774 -------------------O (628 = 4.3%) {91.8%} +2336 ---------O (304 = 2.1%) {96.0%} +3077 -------O (220 = 1.5%) {98.1%} +4053 --O (57 = 0.4%) {99.6%} +5338 O (4 = 0.0%) {100.0%} +7031 ... + +Histogram: Event.AggregatedLatency.Renderer2 recorded 2478 samples, average = 194799.0 (flags = 0x1) +0 ... +586 O (1 = 0.0%) {0.0%} +684 ... +1088 O (2 = 0.1%) {0.0%} +1270 ... +1730 O (1 = 0.0%) {0.1%} +2019 O (0 = 0.0%) {0.2%} +2357 O (1 = 0.0%) {0.2%} +2751 ... +20547 O (1 = 0.0%) {0.2%} +23984 ... +32680 O (1 = 0.0%) {0.2%} +38147 ... +51979 O (1 = 0.0%) {0.3%} +60675 O (0 = 0.0%) {0.3%} +70826 O (1 = 0.0%) {0.3%} +82675 ... +153496 ----------------------------------------------------------O (1071 = 43.2%) {0.4%} +179176 ------------------------------------------------------------------------O (1334 = 53.8%) {43.6%} +209152 O (6 = 0.2%) {97.4%} +244143 O (4 = 0.2%) {97.7%} +284987 O (3 = 0.1%) {97.8%} +332665 O (2 = 0.1%) {97.9%} +388319 O (1 = 0.0%) {98.0%} +453284 O (3 = 0.1%) {98.1%} +529117 O (5 = 0.2%) {98.2%} +617637 O (5 = 0.2%) {98.4%} +720966 O (4 = 0.2%) {98.6%} +841582 O (8 = 0.3%) {98.7%} +982376 -O (11 = 0.4%) {99.1%} +1146725 -O (12 = 0.5%) {99.5%} +1338569 ... + +Histogram: Event.HitTest recorded 1101 samples, average = 0.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (1021 = 92.7%) +1 O (0 = 0.0%) {92.7%} +2 -O (9 = 0.8%) {92.7%} +3 -----O (71 = 6.4%) {93.6%} +4 O (0 = 0.0%) {100.0%} + +Histogram: Event.Latency.Renderer2.Char recorded 26 samples, average = 530232.9 (flags = 0x1) +0 ... +586 ------------O (1 = 3.8%) {0.0%} +684 ... +1088 ------------------------O (2 = 7.7%) {3.8%} +1270 ... +1730 ------------O (1 = 3.8%) {11.5%} +2019 O (0 = 0.0%) {15.4%} +2357 ------------O (1 = 3.8%) {15.4%} +2751 ... +20547 ------------O (1 = 3.8%) {19.2%} +23984 ... +32680 ------------O (1 = 3.8%) {23.1%} +38147 ... +51979 ------------O (1 = 3.8%) {26.9%} +60675 O (0 = 0.0%) {30.8%} +70826 ------------O (1 = 3.8%) {30.8%} +82675 ... +209152 ------------O (1 = 3.8%) {34.6%} +244143 O (0 = 0.0%) {38.5%} +284987 ------------O (1 = 3.8%) {38.5%} +332665 ------------O (1 = 3.8%) {42.3%} +388319 O (0 = 0.0%) {46.2%} +453284 ------------O (1 = 3.8%) {46.2%} +529117 ------------------------O (2 = 7.7%) {50.0%} +617637 O (0 = 0.0%) {57.7%} +720966 ------------O (1 = 3.8%) {57.7%} +841582 ------------------------------------------------O (4 = 15.4%) {61.5%} +982376 ------------------------------------------------------------------------O (6 = 23.1%) {76.9%} +1146725 ... + +Histogram: Event.Latency.Renderer2.KeyUp recorded 26 samples, average = 629235.4 (flags = 0x1) +0 ... +153496 ------------------------------------------------------------------------O (6 = 23.1%) {0.0%} +179176 ------------------------O (2 = 7.7%) {23.1%} +209152 ------------O (1 = 3.8%) {30.8%} +244143 O (0 = 0.0%) {34.6%} +284987 ------------O (1 = 3.8%) {34.6%} +332665 ------------O (1 = 3.8%) {38.5%} +388319 O (0 = 0.0%) {42.3%} +453284 ------------O (1 = 3.8%) {42.3%} +529117 ------------------------O (2 = 7.7%) {46.2%} +617637 ------------O (1 = 3.8%) {53.8%} +720966 ------------O (1 = 3.8%) {57.7%} +841582 ------------------------------------O (3 = 11.5%) {61.5%} +982376 ------------------------------------O (3 = 11.5%) {73.1%} +1146725 ------------------------------------------------O (4 = 15.4%) {84.6%} +1338569 ... + +Histogram: Event.Latency.Renderer2.MouseDown recorded 7 samples, average = 190300.1 (flags = 0x1) +0 ... +153496 ------------------------------------O (2 = 28.6%) {0.0%} +179176 ------------------------------------------------------------------------O (4 = 57.1%) {28.6%} +209152 O (0 = 0.0%) {85.7%} +244143 ------------------O (1 = 14.3%) {85.7%} +284987 ... + +Histogram: Event.Latency.Renderer2.MouseMove recorded 2386 samples, average = 180872.0 (flags = 0x1) +0 ... +153496 ----------------------------------------------------------O (1058 = 44.3%) {0.0%} +179176 ------------------------------------------------------------------------O (1320 = 55.3%) {44.3%} +209152 O (2 = 0.1%) {99.7%} +244143 O (2 = 0.1%) {99.7%} +284987 O (1 = 0.0%) {99.8%} +332665 ... +617637 O (3 = 0.1%) {99.9%} +720966 ... + +Histogram: Event.Latency.Renderer2.MouseUp recorded 7 samples, average = 178815.7 (flags = 0x1) +0 ... +153496 ------------------------------------------------------O (3 = 42.9%) {0.0%} +179176 ------------------------------------------------------------------------O (4 = 57.1%) {42.9%} +209152 ... + +Histogram: Event.Latency.Renderer2.RawKeyDown recorded 26 samples, average = 708511.7 (flags = 0x1) +0 ... +153496 ------------------O (2 = 7.7%) {0.0%} +179176 ------------------------------------O (4 = 15.4%) {7.7%} +209152 ------------------O (2 = 7.7%) {23.1%} +244143 ---------O (1 = 3.8%) {30.8%} +284987 ... +388319 ---------O (1 = 3.8%) {34.6%} +453284 ---------O (1 = 3.8%) {38.5%} +529117 ---------O (1 = 3.8%) {42.3%} +617637 ---------O (1 = 3.8%) {46.2%} +720966 ------------------O (2 = 7.7%) {50.0%} +841582 ---------O (1 = 3.8%) {57.7%} +982376 ------------------O (2 = 7.7%) {61.5%} +1146725 ------------------------------------------------------------------------O (8 = 30.8%) {69.2%} +1338569 ... + +Histogram: Extensions.DidCreateScriptContext_WebPage recorded 2 samples, average = 1.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +1 O (0 = 0.0%) {50.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: Extensions.InjectEnd_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectIdle_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_CssCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Extensions.InjectStart_ScriptCount recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserAhead_BrowserToRenderer recorded 6 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (6 = 100.0%) +1 ... + +Histogram: InterProcessTimeTicks.BrowserBehind_BrowserToRenderer recorded 8 samples, average = 1.3 (flags = 0x1) +0 -------------------------------------------O (3 = 37.5%) +1 O (0 = 0.0%) {37.5%} +2 ------------------------------------------------------------------------O (5 = 62.5%) {37.5%} +3 ... + +Histogram: InterProcessTimeTicks.IsSkewAdditive_BrowserToRenderer recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: LocalStorage.RendererLocalStorageSizeInKB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.RendererTimeToPrimeLocalStorageUnder100KB recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: LocalStorage.TimeToPrimeLocalStorage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.DiscardableAllocationSize recorded 45 samples, average = 518.4 (flags = 0x1) +0 ... +14 ----------------------------------------------------------------O (8 = 17.8%) {0.0%} +19 ------------------------------------------------------------------------O (9 = 20.0%) {17.8%} +26 O (0 = 0.0%) {37.8%} +35 ------------------------------------------------O (6 = 13.3%) {37.8%} +48 ------------------------------------------------O (6 = 13.3%) {51.1%} +65 ------------------------O (3 = 6.7%) {64.4%} +88 O (0 = 0.0%) {71.1%} +120 ------------------------O (3 = 6.7%) {71.1%} +163 --------O (1 = 2.2%) {77.8%} +222 --------O (1 = 2.2%) {80.0%} +302 O (0 = 0.0%) {82.2%} +411 --------O (1 = 2.2%) {82.2%} +559 --------O (1 = 2.2%) {84.4%} +760 --------O (1 = 2.2%) {86.7%} +1034 O (0 = 0.0%) {88.9%} +1407 --------O (1 = 2.2%) {88.9%} +1914 --------O (1 = 2.2%) {91.1%} +2604 --------O (1 = 2.2%) {93.3%} +3542 O (0 = 0.0%) {95.6%} +4818 --------O (1 = 2.2%) {95.6%} +6554 --------O (1 = 2.2%) {97.8%} +8915 ... + +Histogram: Memory.GlyphPagesPerLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.HadFormInteraction.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PageImportanceSignals.IssuedNonGetFetchFromScript.OnCommitLoad recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: PartitionAlloc.CommittedSize recorded 1 samples, average = 43.0 (flags = 0x1) +0 ... +43 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +44 ... + +Histogram: Renderer.AcceleratedFixedRootBackground recorded 897 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (897 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 900 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (858 = 95.3%) +1 --O (29 = 3.2%) {95.3%} +2 -O (7 = 0.8%) {98.6%} +3 O (1 = 0.1%) {99.3%} +4 O (1 = 0.1%) {99.4%} +5 O (0 = 0.0%) {99.6%} +6 O (1 = 0.1%) {99.6%} +7 O (0 = 0.0%) {99.7%} +8 O (1 = 0.1%) {99.7%} +9 O (0 = 0.0%) {99.8%} +10 O (1 = 0.1%) {99.8%} +11 O (0 = 0.0%) {99.9%} +12 O (1 = 0.1%) {99.9%} +13 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 900 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (859 = 95.4%) +1 --O (19 = 2.1%) {95.4%} +2 --O (20 = 2.2%) {97.6%} +3 ... +5 O (2 = 0.2%) {99.8%} +6 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 900 samples, average = 0.1 (flags = 0x1) +0 ------------------------------------------------------------------------O (884 = 98.2%) +1 -O (8 = 0.9%) {98.2%} +2 O (3 = 0.3%) {99.1%} +3 O (2 = 0.2%) {99.4%} +4 ... +7 O (1 = 0.1%) {99.7%} +8 O (1 = 0.1%) {99.8%} +9 ... +12 O (1 = 0.1%) {99.9%} +13 ... + +Histogram: Renderer4.CompositorThreadImplDrawDelay recorded 899 samples, average = 224.9 (flags = 0x1) +0 ... +10 O (1 = 0.1%) {0.0%} +11 -O (3 = 0.3%) {0.1%} +12 O (2 = 0.2%) {0.4%} +13 O (0 = 0.0%) {0.7%} +14 O (2 = 0.2%) {0.7%} +15 -O (4 = 0.4%) {0.9%} +16 ------------------------------------------------------------------------O (352 = 39.2%) {1.3%} +17 -O (3 = 0.3%) {40.5%} +18 O (0 = 0.0%) {40.8%} +19 O (2 = 0.2%) {40.8%} +20 ... +22 O (1 = 0.1%) {41.0%} +23 O (1 = 0.1%) {41.2%} +24 O (0 = 0.0%) {41.3%} +25 O (1 = 0.1%) {41.3%} +26 O (0 = 0.0%) {41.4%} +27 O (1 = 0.1%) {41.4%} +28 O (0 = 0.0%) {41.5%} +29 O (1 = 0.1%) {41.5%} +30 O (0 = 0.0%) {41.6%} +31 -O (12 = 1.3%) {41.6%} +33 ------------O (113 = 12.6%) {42.9%} +35 O (2 = 0.2%) {55.5%} +37 O (1 = 0.1%) {55.7%} +39 ... +43 O (1 = 0.1%) {55.8%} +45 O (2 = 0.2%) {56.0%} +47 O (2 = 0.2%) {56.2%} +49 -----O (50 = 5.6%) {56.4%} +51 O (1 = 0.1%) {62.0%} +53 ... +59 O (1 = 0.1%) {62.1%} +62 O (2 = 0.2%) {62.2%} +65 --O (26 = 2.9%) {62.4%} +68 ... +74 O (1 = 0.1%) {65.3%} +78 O (2 = 0.2%) {65.4%} +82 -O (27 = 3.0%) {65.6%} +86 ... +94 O (3 = 0.3%) {68.6%} +99 -O (33 = 3.7%) {69.0%} +104 O (1 = 0.1%) {72.6%} +109 O (0 = 0.0%) {72.7%} +114 -O (32 = 3.6%) {72.7%} +120 ---------O (213 = 23.7%) {76.3%} + +Histogram: Renderer4.GpuRasterizationEnabled recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Renderer4.ReadyToDrawTileDrawStatus recorded 15393 samples, average = 1.0 (flags = 0x1) +0 --O (382 = 2.5%) +1 ------------------------------------------------------------------------O (15011 = 97.5%) {2.5%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ResourceDispatcher.OnReceivedDataTime recorded 201 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (198 = 98.5%) +1 -O (2 = 1.0%) {98.5%} +2 ... +6 O (1 = 0.5%) {99.5%} +7 ... + +Histogram: Scheduling.Renderer.ActivateDuration recorded 900 samples, average = 426.6 (flags = 0x1) +0 ... +22 -O (1 = 0.1%) {0.0%} +25 O (0 = 0.0%) {0.1%} +28 -O (1 = 0.1%) {0.1%} +32 -------O (7 = 0.8%) {0.2%} +36 --------O (10 = 1.1%) {1.0%} +41 ---------O (11 = 1.2%) {2.1%} +47 -------------O (16 = 1.8%) {3.3%} +53 -------O (8 = 0.9%) {5.1%} +60 ---------O (11 = 1.2%) {6.0%} +68 -----O (6 = 0.7%) {7.2%} +77 ----O (5 = 0.6%) {7.9%} +88 ------O (7 = 0.8%) {8.4%} +100 -------------O (15 = 1.7%) {9.2%} +114 --------O (10 = 1.1%) {10.9%} +130 --------O (10 = 1.1%) {12.0%} +148 ---------------O (18 = 2.0%) {13.1%} +168 ----------------------------------O (41 = 4.6%) {15.1%} +191 -------------------------------------O (44 = 4.9%) {19.7%} +217 ------------------------------------------------------O (64 = 7.1%) {24.6%} +247 ----------------------------------------------------O (62 = 6.9%) {31.7%} +281 ------------------------------------------------------------O (72 = 8.0%) {38.6%} +320 -------------------------------------------------------------------O (80 = 8.9%) {46.6%} +364 -------------------------------------------------------------------O (80 = 8.9%) {55.4%} +414 ------------------------------------------------------------------------O (86 = 9.6%) {64.3%} +471 ----------------------------------------------------------------O (76 = 8.4%) {73.9%} +536 -------------------------------------O (44 = 4.9%) {82.3%} +610 --------------------------------O (38 = 4.2%) {87.2%} +695 -------------------------O (30 = 3.3%) {91.4%} +791 -------------O (15 = 1.7%) {94.8%} +901 --------O (10 = 1.1%) {96.4%} +1026 -----O (6 = 0.7%) {97.6%} +1168 -----O (6 = 0.7%) {98.2%} +1330 -O (1 = 0.1%) {98.9%} +1514 -O (1 = 0.1%) {99.0%} +1724 -O (1 = 0.1%) {99.1%} +1963 -O (1 = 0.1%) {99.2%} +2235 O (0 = 0.0%) {99.3%} +2545 -O (1 = 0.1%) {99.3%} +2898 ... +4279 -O (1 = 0.1%) {99.4%} +4872 -O (1 = 0.1%) {99.6%} +5548 ... +10619 -O (1 = 0.1%) {99.7%} +12092 -O (1 = 0.1%) {99.8%} +13769 O (0 = 0.0%) {99.9%} +15678 -O (1 = 0.1%) {99.9%} +17852 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Overestimate recorded 900 samples, average = 257.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (110 = 12.2%) +1 ... +3 -O (1 = 0.1%) {12.2%} +4 ... +6 -O (1 = 0.1%) {12.3%} +7 -O (1 = 0.1%) {12.4%} +8 O (0 = 0.0%) {12.6%} +9 -O (1 = 0.1%) {12.6%} +10 -O (2 = 0.2%) {12.7%} +11 O (1 = 0.1%) {12.9%} +13 O (1 = 0.1%) {13.0%} +15 ... +19 -O (6 = 0.7%) {13.1%} +22 O (1 = 0.1%) {13.8%} +25 -O (3 = 0.3%) {13.9%} +28 -O (5 = 0.6%) {14.2%} +32 O (2 = 0.2%) {14.8%} +36 -O (5 = 0.6%) {15.0%} +41 -O (8 = 0.9%) {15.6%} +47 -O (10 = 1.1%) {16.4%} +53 -O (11 = 1.2%) {17.6%} +60 -O (6 = 0.7%) {18.8%} +68 -O (7 = 0.8%) {19.4%} +77 --O (14 = 1.6%) {20.2%} +88 --O (15 = 1.7%) {21.8%} +100 ---O (24 = 2.7%) {23.4%} +114 ---O (24 = 2.7%) {26.1%} +130 ----O (29 = 3.2%) {28.8%} +148 ----O (30 = 3.3%) {32.0%} +168 ---O (22 = 2.4%) {35.3%} +191 -----O (37 = 4.1%) {37.8%} +217 -------O (51 = 5.7%) {41.9%} +247 -------O (50 = 5.6%) {47.6%} +281 ----------O (75 = 8.3%) {53.1%} +320 -----------O (85 = 9.4%) {61.4%} +364 -----------O (84 = 9.3%) {70.9%} +414 ----------O (76 = 8.4%) {80.2%} +471 --------O (61 = 6.8%) {88.7%} +536 ----O (32 = 3.6%) {95.4%} +610 -O (4 = 0.4%) {99.0%} +695 ... +1026 O (1 = 0.1%) {99.4%} +1168 O (0 = 0.0%) {99.6%} +1330 O (2 = 0.2%) {99.6%} +1514 O (2 = 0.2%) {99.8%} +1724 ... + +Histogram: Scheduling.Renderer.ActivateDuration.Underestimate recorded 900 samples, average = 81.2 (flags = 0x1) +0 ------------------------------------------------------------------------O (790 = 87.8%) +1 O (0 = 0.0%) {87.8%} +2 O (2 = 0.2%) {87.8%} +3 ... +6 O (1 = 0.1%) {88.0%} +7 O (1 = 0.1%) {88.1%} +8 O (0 = 0.0%) {88.2%} +9 O (3 = 0.3%) {88.2%} +10 O (0 = 0.0%) {88.6%} +11 O (1 = 0.1%) {88.6%} +13 O (1 = 0.1%) {88.7%} +15 O (1 = 0.1%) {88.8%} +17 O (3 = 0.3%) {88.9%} +19 O (0 = 0.0%) {89.2%} +22 O (3 = 0.3%) {89.2%} +25 O (2 = 0.2%) {89.6%} +28 O (2 = 0.2%) {89.8%} +32 O (2 = 0.2%) {90.0%} +36 O (4 = 0.4%) {90.2%} +41 O (4 = 0.4%) {90.7%} +47 O (3 = 0.3%) {91.1%} +53 O (2 = 0.2%) {91.4%} +60 O (2 = 0.2%) {91.7%} +68 O (5 = 0.6%) {91.9%} +77 O (5 = 0.6%) {92.4%} +88 O (3 = 0.3%) {93.0%} +100 O (2 = 0.2%) {93.3%} +114 O (3 = 0.3%) {93.6%} +130 O (6 = 0.7%) {93.9%} +148 O (1 = 0.1%) {94.6%} +168 O (4 = 0.4%) {94.7%} +191 O (5 = 0.6%) {95.1%} +217 O (2 = 0.2%) {95.7%} +247 O (4 = 0.4%) {95.9%} +281 O (4 = 0.4%) {96.3%} +320 O (2 = 0.2%) {96.8%} +364 O (3 = 0.3%) {97.0%} +414 O (8 = 0.9%) {97.3%} +471 O (3 = 0.3%) {98.2%} +536 O (1 = 0.1%) {98.6%} +610 O (3 = 0.3%) {98.7%} +695 ... +1026 O (1 = 0.1%) {99.0%} +1168 O (0 = 0.0%) {99.1%} +1330 O (2 = 0.2%) {99.1%} +1514 ... +1963 O (1 = 0.1%) {99.3%} +2235 ... +3758 O (1 = 0.1%) {99.4%} +4279 O (1 = 0.1%) {99.6%} +4872 ... +10619 O (1 = 0.1%) {99.7%} +12092 O (1 = 0.1%) {99.8%} +13769 O (0 = 0.0%) {99.9%} +15678 O (1 = 0.1%) {99.9%} +17852 ... + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration recorded 932 samples, average = 13814.3 (flags = 0x1) +0 ... +68 -O (2 = 0.2%) {0.0%} +77 O (1 = 0.1%) {0.2%} +88 ... +114 O (1 = 0.1%) {0.3%} +130 O (0 = 0.0%) {0.4%} +148 -O (3 = 0.3%) {0.4%} +168 -O (3 = 0.3%) {0.8%} +191 ---O (6 = 0.6%) {1.1%} +217 O (1 = 0.1%) {1.7%} +247 -O (3 = 0.3%) {1.8%} +281 -O (3 = 0.3%) {2.1%} +320 --O (4 = 0.4%) {2.5%} +364 -O (2 = 0.2%) {2.9%} +414 -O (2 = 0.2%) {3.1%} +471 O (1 = 0.1%) {3.3%} +536 ... +791 -O (3 = 0.3%) {3.4%} +901 -O (2 = 0.2%) {3.8%} +1026 O (1 = 0.1%) {4.0%} +1168 ---O (6 = 0.6%) {4.1%} +1330 ---O (6 = 0.6%) {4.7%} +1514 ----O (10 = 1.1%) {5.4%} +1724 -------O (15 = 1.6%) {6.4%} +1963 ----O (8 = 0.9%) {8.0%} +2235 ---O (6 = 0.6%) {8.9%} +2545 -----O (12 = 1.3%) {9.5%} +2898 --O (4 = 0.4%) {10.8%} +3300 --O (5 = 0.5%) {11.3%} +3758 --------O (19 = 2.0%) {11.8%} +4279 -------------------------O (55 = 5.9%) {13.8%} +4872 ------------------------------------------------------------------------O (161 = 17.3%) {19.7%} +5548 ---------------------------------O (73 = 7.8%) {37.0%} +6317 -----------------------------O (65 = 7.0%) {44.8%} +7193 ---------------------------------O (73 = 7.8%) {51.8%} +8190 --------------------O (45 = 4.8%) {59.7%} +9326 ---------------O (33 = 3.5%) {64.5%} +10619 -----------------O (39 = 4.2%) {68.0%} +12092 -----------------------------O (65 = 7.0%) {72.2%} +13769 ----------------------------------------------O (102 = 10.9%) {79.2%} +15678 ----------------O (36 = 3.9%) {90.1%} +17852 ---------O (21 = 2.3%) {94.0%} +20328 ------O (13 = 1.4%) {96.2%} +23147 --O (5 = 0.5%) {97.6%} +26357 -O (2 = 0.2%) {98.2%} +30012 -O (2 = 0.2%) {98.4%} +34174 O (1 = 0.1%) {98.6%} +38913 ... +50453 O (1 = 0.1%) {98.7%} +57449 O (1 = 0.1%) {98.8%} +65415 O (0 = 0.0%) {98.9%} +74486 O (1 = 0.1%) {98.9%} +84815 O (0 = 0.0%) {99.0%} +96576 -O (2 = 0.2%) {99.0%} +109968 O (1 = 0.1%) {99.2%} +125217 ... +272922 O (1 = 0.1%) {99.4%} +310767 ... +402928 O (1 = 0.1%) {99.5%} +458800 O (0 = 0.0%) {99.6%} +522420 O (1 = 0.1%) {99.6%} +594861 ... +878221 O (1 = 0.1%) {99.7%} +1000000 -O (2 = 0.2%) {99.8%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Overestimate recorded 932 samples, average = 23017.7 (flags = 0x1) +0 ------------------------------------------------------------------------O (124 = 13.3%) +1 ... +28 O (1 = 0.1%) {13.3%} +32 ... +41 O (1 = 0.1%) {13.4%} +47 O (0 = 0.0%) {13.5%} +53 O (1 = 0.1%) {13.5%} +60 O (0 = 0.0%) {13.6%} +68 O (2 = 0.2%) {13.6%} +77 O (1 = 0.1%) {13.8%} +88 O (1 = 0.1%) {13.9%} +100 O (1 = 0.1%) {14.1%} +114 O (2 = 0.2%) {14.2%} +130 O (1 = 0.1%) {14.4%} +148 O (1 = 0.1%) {14.5%} +168 O (3 = 0.3%) {14.6%} +191 O (3 = 0.3%) {14.9%} +217 O (0 = 0.0%) {15.2%} +247 O (4 = 0.4%) {15.2%} +281 -O (5 = 0.5%) {15.7%} +320 O (4 = 0.4%) {16.2%} +364 -O (5 = 0.5%) {16.6%} +414 O (3 = 0.3%) {17.2%} +471 O (4 = 0.4%) {17.5%} +536 -O (5 = 0.5%) {17.9%} +610 -O (6 = 0.6%) {18.5%} +695 -O (8 = 0.9%) {19.1%} +791 -O (5 = 0.5%) {20.0%} +901 -O (7 = 0.8%) {20.5%} +1026 -O (10 = 1.1%) {21.2%} +1168 -O (9 = 1.0%) {22.3%} +1330 -O (12 = 1.3%) {23.3%} +1514 -O (5 = 0.5%) {24.6%} +1724 O (4 = 0.4%) {25.1%} +1963 -O (11 = 1.2%) {25.5%} +2235 -O (10 = 1.1%) {26.7%} +2545 -O (12 = 1.3%) {27.8%} +2898 --O (14 = 1.5%) {29.1%} +3300 --O (13 = 1.4%) {30.6%} +3758 -O (8 = 0.9%) {32.0%} +4279 --O (20 = 2.1%) {32.8%} +4872 --O (20 = 2.1%) {35.0%} +5548 ----O (36 = 3.9%) {37.1%} +6317 -----O (44 = 4.7%) {41.0%} +7193 -------O (63 = 6.8%) {45.7%} +8190 -----------O (96 = 10.3%) {52.5%} +9326 --------------O (121 = 13.0%) {62.8%} +10619 -----------O (93 = 10.0%) {75.8%} +12092 ---O (26 = 2.8%) {85.7%} +13769 -O (6 = 0.6%) {88.5%} +15678 O (1 = 0.1%) {89.2%} +17852 O (1 = 0.1%) {89.3%} +20328 O (1 = 0.1%) {89.4%} +23147 O (2 = 0.2%) {89.5%} +26357 -O (7 = 0.8%) {89.7%} +30012 ---O (27 = 2.9%) {90.5%} +34174 -O (12 = 1.3%) {93.3%} +38913 ... +50453 -O (6 = 0.6%) {94.6%} +57449 O (0 = 0.0%) {95.3%} +65415 O (1 = 0.1%) {95.3%} +74486 O (0 = 0.0%) {95.4%} +84815 -O (12 = 1.3%) {95.4%} +96576 O (1 = 0.1%) {96.7%} +109968 O (0 = 0.0%) {96.8%} +125217 O (1 = 0.1%) {96.8%} +142580 ... +272922 -O (10 = 1.1%) {96.9%} +310767 ... +402928 --O (15 = 1.6%) {98.0%} +458800 ... +594861 O (1 = 0.1%) {99.6%} +677348 ... +1000000 O (3 = 0.3%) {99.7%} + +Histogram: Scheduling.Renderer.BeginMainFrameToCommitDuration.Underestimate recorded 932 samples, average = 4638.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (808 = 86.7%) +1 ... +19 O (1 = 0.1%) {86.7%} +22 ... +60 O (2 = 0.2%) {86.8%} +68 O (0 = 0.0%) {87.0%} +77 O (1 = 0.1%) {87.0%} +88 O (1 = 0.1%) {87.1%} +100 ... +130 O (3 = 0.3%) {87.2%} +148 O (2 = 0.2%) {87.6%} +168 O (0 = 0.0%) {87.8%} +191 O (2 = 0.2%) {87.8%} +217 O (3 = 0.3%) {88.0%} +247 O (3 = 0.3%) {88.3%} +281 O (0 = 0.0%) {88.6%} +320 O (4 = 0.4%) {88.6%} +364 O (0 = 0.0%) {89.1%} +414 O (4 = 0.4%) {89.1%} +471 O (2 = 0.2%) {89.5%} +536 O (1 = 0.1%) {89.7%} +610 O (2 = 0.2%) {89.8%} +695 O (4 = 0.4%) {90.0%} +791 O (2 = 0.2%) {90.5%} +901 O (3 = 0.3%) {90.7%} +1026 O (2 = 0.2%) {91.0%} +1168 O (4 = 0.4%) {91.2%} +1330 O (2 = 0.2%) {91.6%} +1514 O (4 = 0.4%) {91.8%} +1724 O (6 = 0.6%) {92.3%} +1963 O (2 = 0.2%) {92.9%} +2235 O (1 = 0.1%) {93.1%} +2545 O (4 = 0.4%) {93.2%} +2898 O (2 = 0.2%) {93.7%} +3300 O (6 = 0.6%) {93.9%} +3758 O (6 = 0.6%) {94.5%} +4279 O (9 = 1.0%) {95.2%} +4872 O (5 = 0.5%) {96.1%} +5548 O (4 = 0.4%) {96.7%} +6317 O (6 = 0.6%) {97.1%} +7193 O (2 = 0.2%) {97.7%} +8190 O (2 = 0.2%) {98.0%} +9326 O (4 = 0.4%) {98.2%} +10619 O (0 = 0.0%) {98.6%} +12092 O (1 = 0.1%) {98.6%} +13769 ... +17852 O (1 = 0.1%) {98.7%} +20328 O (1 = 0.1%) {98.8%} +23147 O (1 = 0.1%) {98.9%} +26357 O (0 = 0.0%) {99.0%} +30012 O (1 = 0.1%) {99.0%} +34174 ... +65415 O (1 = 0.1%) {99.1%} +74486 O (1 = 0.1%) {99.2%} +84815 O (1 = 0.1%) {99.4%} +96576 O (1 = 0.1%) {99.5%} +109968 ... +522420 O (1 = 0.1%) {99.6%} +594861 ... +878221 O (2 = 0.2%) {99.7%} +1000000 O (1 = 0.1%) {99.9%} + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration recorded 929 samples, average = 7363.1 (flags = 0x1) +0 ... +13 -O (1 = 0.1%) {0.0%} +15 ... +28 -O (1 = 0.1%) {0.1%} +32 ... +77 --O (3 = 0.3%) {0.2%} +88 -O (1 = 0.1%) {0.5%} +100 -O (2 = 0.2%) {0.6%} +114 --O (3 = 0.3%) {0.9%} +130 -O (2 = 0.2%) {1.2%} +148 O (0 = 0.0%) {1.4%} +168 -O (1 = 0.1%) {1.4%} +191 -O (2 = 0.2%) {1.5%} +217 --O (3 = 0.3%) {1.7%} +247 -O (1 = 0.1%) {2.0%} +281 -O (1 = 0.1%) {2.2%} +320 -O (1 = 0.1%) {2.3%} +364 O (0 = 0.0%) {2.4%} +414 -O (2 = 0.2%) {2.4%} +471 -O (1 = 0.1%) {2.6%} +536 ... +695 -O (2 = 0.2%) {2.7%} +791 ------O (11 = 1.2%) {2.9%} +901 ----O (7 = 0.8%) {4.1%} +1026 -----O (9 = 1.0%) {4.8%} +1168 -----O (10 = 1.1%) {5.8%} +1330 -----O (10 = 1.1%) {6.9%} +1514 ----O (7 = 0.8%) {8.0%} +1724 -O (1 = 0.1%) {8.7%} +1963 --O (4 = 0.4%) {8.8%} +2235 ----O (8 = 0.9%) {9.3%} +2545 ---O (6 = 0.6%) {10.1%} +2898 ---O (6 = 0.6%) {10.8%} +3300 ----------------O (30 = 3.2%) {11.4%} +3758 --------------------------------------O (74 = 8.0%) {14.6%} +4279 ------------------------------------------------------------------------O (139 = 15.0%) {22.6%} +4872 -----------------------------------------------------------------O (125 = 13.5%) {37.6%} +5548 ---------------------------------------------------O (98 = 10.5%) {51.0%} +6317 ---------------------------O (53 = 5.7%) {61.6%} +7193 -----------O (22 = 2.4%) {67.3%} +8190 ------------------O (35 = 3.8%) {69.6%} +9326 -------------------O (36 = 3.9%) {73.4%} +10619 ------------------------O (46 = 5.0%) {77.3%} +12092 -----------------O (32 = 3.4%) {82.2%} +13769 -------------------O (36 = 3.9%) {85.7%} +15678 ----------------------------O (55 = 5.9%) {89.6%} +17852 ---------------O (29 = 3.1%) {95.5%} +20328 -----O (9 = 1.0%) {98.6%} +23147 -O (1 = 0.1%) {99.6%} +26357 -O (2 = 0.2%) {99.7%} +30012 -O (1 = 0.1%) {99.9%} +34174 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Overestimate recorded 929 samples, average = 7960.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (97 = 10.4%) +1 ... +3 -O (1 = 0.1%) {10.4%} +4 ... +19 O (1 = 0.1%) {10.5%} +22 ... +32 O (1 = 0.1%) {10.7%} +36 ... +114 O (2 = 0.2%) {10.8%} +130 O (0 = 0.0%) {11.0%} +148 O (1 = 0.1%) {11.0%} +168 O (1 = 0.1%) {11.1%} +191 O (1 = 0.1%) {11.2%} +217 O (0 = 0.0%) {11.3%} +247 O (1 = 0.1%) {11.3%} +281 O (3 = 0.3%) {11.4%} +320 O (1 = 0.1%) {11.7%} +364 O (0 = 0.0%) {11.8%} +414 O (1 = 0.1%) {11.8%} +471 O (3 = 0.3%) {11.9%} +536 -O (5 = 0.5%) {12.3%} +610 O (3 = 0.3%) {12.8%} +695 O (3 = 0.3%) {13.1%} +791 -O (4 = 0.4%) {13.5%} +901 O (1 = 0.1%) {13.9%} +1026 O (3 = 0.3%) {14.0%} +1168 -O (5 = 0.5%) {14.3%} +1330 -O (6 = 0.6%) {14.9%} +1514 -O (6 = 0.6%) {15.5%} +1724 -O (7 = 0.8%) {16.1%} +1963 -O (6 = 0.6%) {16.9%} +2235 -O (5 = 0.5%) {17.5%} +2545 -O (7 = 0.8%) {18.1%} +2898 --O (15 = 1.6%) {18.8%} +3300 --O (13 = 1.4%) {20.5%} +3758 ---O (17 = 1.8%) {21.9%} +4279 ---O (23 = 2.5%) {23.7%} +4872 ----O (29 = 3.1%) {26.2%} +5548 ---O (21 = 2.3%) {29.3%} +6317 -------O (48 = 5.2%) {31.5%} +7193 ---------O (58 = 6.2%) {36.7%} +8190 ----------------O (105 = 11.3%) {42.9%} +9326 ---------------------O (139 = 15.0%) {54.3%} +10619 --------------------O (135 = 14.5%) {69.2%} +12092 ----------O (66 = 7.1%) {83.7%} +13769 --------O (56 = 6.0%) {90.9%} +15678 ----O (29 = 3.1%) {96.9%} +17852 ... + +Histogram: Scheduling.Renderer.CommitToReadyToActivateDuration.Underestimate recorded 929 samples, average = 354.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (832 = 89.6%) +1 ... +13 O (1 = 0.1%) {89.6%} +15 ... +60 O (1 = 0.1%) {89.7%} +68 ... +88 O (1 = 0.1%) {89.8%} +100 O (1 = 0.1%) {89.9%} +114 O (1 = 0.1%) {90.0%} +130 O (0 = 0.0%) {90.1%} +148 O (1 = 0.1%) {90.1%} +168 O (1 = 0.1%) {90.2%} +191 O (1 = 0.1%) {90.3%} +217 O (1 = 0.1%) {90.4%} +247 O (3 = 0.3%) {90.5%} +281 O (1 = 0.1%) {90.9%} +320 O (3 = 0.3%) {91.0%} +364 O (1 = 0.1%) {91.3%} +414 ... +610 O (2 = 0.2%) {91.4%} +695 O (3 = 0.3%) {91.6%} +791 O (1 = 0.1%) {91.9%} +901 O (0 = 0.0%) {92.0%} +1026 O (2 = 0.2%) {92.0%} +1168 O (1 = 0.1%) {92.2%} +1330 O (2 = 0.2%) {92.4%} +1514 O (2 = 0.2%) {92.6%} +1724 O (4 = 0.4%) {92.8%} +1963 O (4 = 0.4%) {93.2%} +2235 O (7 = 0.8%) {93.6%} +2545 O (2 = 0.2%) {94.4%} +2898 O (10 = 1.1%) {94.6%} +3300 O (9 = 1.0%) {95.7%} +3758 O (4 = 0.4%) {96.7%} +4279 O (4 = 0.4%) {97.1%} +4872 O (6 = 0.6%) {97.5%} +5548 O (4 = 0.4%) {98.2%} +6317 O (4 = 0.4%) {98.6%} +7193 O (2 = 0.2%) {99.0%} +8190 O (1 = 0.1%) {99.2%} +9326 O (1 = 0.1%) {99.4%} +10619 O (4 = 0.4%) {99.5%} +12092 ... +15678 O (1 = 0.1%) {99.9%} +17852 ... + +Histogram: Scheduling.Renderer.DrawDuration recorded 900 samples, average = 479.5 (flags = 0x1) +0 ... +60 O (1 = 0.1%) {0.0%} +68 ... +114 -O (3 = 0.3%) {0.1%} +130 ---O (6 = 0.7%) {0.4%} +148 ------------O (24 = 2.7%) {1.1%} +168 -------O (15 = 1.7%) {3.8%} +191 ---------------O (30 = 3.3%) {5.4%} +217 --------------------------------------O (78 = 8.7%) {8.8%} +247 --------------------------------------------------------O (115 = 12.8%) {17.4%} +281 ------------------------------------------------------------------------O (147 = 16.3%) {30.2%} +320 ----------------------------------------------O (93 = 10.3%) {46.6%} +364 -------------------------------------O (75 = 8.3%) {56.9%} +414 ------------------------------O (61 = 6.8%) {65.2%} +471 -------------------------O (51 = 5.7%) {72.0%} +536 ------------------O (36 = 4.0%) {77.7%} +610 ------------------------O (48 = 5.3%) {81.7%} +695 -----------------O (35 = 3.9%) {87.0%} +791 -------------O (26 = 2.9%) {90.9%} +901 --------O (17 = 1.9%) {93.8%} +1026 -----O (11 = 1.2%) {95.7%} +1168 --O (4 = 0.4%) {96.9%} +1330 ---O (6 = 0.7%) {97.3%} +1514 -O (2 = 0.2%) {98.0%} +1724 -O (3 = 0.3%) {98.2%} +1963 O (0 = 0.0%) {98.6%} +2235 --O (5 = 0.6%) {98.6%} +2545 -O (2 = 0.2%) {99.1%} +2898 O (1 = 0.1%) {99.3%} +3300 ... +4279 O (1 = 0.1%) {99.4%} +4872 O (0 = 0.0%) {99.6%} +5548 O (1 = 0.1%) {99.6%} +6317 ... +8190 O (1 = 0.1%) {99.7%} +9326 O (1 = 0.1%) {99.8%} +10619 O (0 = 0.0%) {99.9%} +12092 O (1 = 0.1%) {99.9%} +13769 ... + +Histogram: Scheduling.Renderer.DrawDuration.Overestimate recorded 900 samples, average = 415.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (104 = 11.6%) +1 -O (1 = 0.1%) {11.6%} +2 O (0 = 0.0%) {11.7%} +3 -O (1 = 0.1%) {11.7%} +4 -O (1 = 0.1%) {11.8%} +5 ... +8 -O (1 = 0.1%) {11.9%} +9 -O (1 = 0.1%) {12.0%} +10 -O (2 = 0.2%) {12.1%} +11 -O (2 = 0.2%) {12.3%} +13 ... +17 O (1 = 0.1%) {12.6%} +19 O (2 = 0.2%) {12.7%} +22 O (2 = 0.2%) {12.9%} +25 O (1 = 0.1%) {13.1%} +28 O (2 = 0.2%) {13.2%} +32 ... +41 O (2 = 0.2%) {13.4%} +47 O (3 = 0.3%) {13.7%} +53 O (3 = 0.3%) {14.0%} +60 -O (5 = 0.6%) {14.3%} +68 -O (6 = 0.7%) {14.9%} +77 -O (6 = 0.7%) {15.6%} +88 -O (4 = 0.4%) {16.2%} +100 -O (9 = 1.0%) {16.7%} +114 -O (6 = 0.7%) {17.7%} +130 --O (17 = 1.9%) {18.3%} +148 --O (14 = 1.6%) {20.2%} +168 --O (11 = 1.2%) {21.8%} +191 ---O (20 = 2.2%) {23.0%} +217 --O (17 = 1.9%) {25.2%} +247 ---O (25 = 2.8%) {27.1%} +281 -------O (54 = 6.0%) {29.9%} +320 -----------O (81 = 9.0%) {35.9%} +364 -----------------O (122 = 13.6%) {44.9%} +414 ----------------O (115 = 12.8%) {58.4%} +471 --------------O (98 = 10.9%) {71.2%} +536 --------O (56 = 6.2%) {82.1%} +610 -----O (38 = 4.2%) {88.3%} +695 ---O (24 = 2.7%) {92.6%} +791 O (1 = 0.1%) {95.2%} +901 O (2 = 0.2%) {95.3%} +1026 -O (6 = 0.7%) {95.6%} +1168 -O (4 = 0.4%) {96.2%} +1330 -O (7 = 0.8%) {96.7%} +1514 ... +1963 -O (5 = 0.6%) {97.4%} +2235 --O (16 = 1.8%) {98.0%} +2545 ... +5548 O (2 = 0.2%) {99.8%} +6317 ... + +Histogram: Scheduling.Renderer.DrawDuration.Underestimate recorded 900 samples, average = 81.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (796 = 88.4%) +1 ... +5 O (3 = 0.3%) {88.4%} +6 ... +10 O (1 = 0.1%) {88.8%} +11 O (2 = 0.2%) {88.9%} +13 ... +19 O (1 = 0.1%) {89.1%} +22 O (0 = 0.0%) {89.2%} +25 O (2 = 0.2%) {89.2%} +28 O (6 = 0.7%) {89.4%} +32 O (0 = 0.0%) {90.1%} +36 O (2 = 0.2%) {90.1%} +41 O (1 = 0.1%) {90.3%} +47 O (1 = 0.1%) {90.4%} +53 O (1 = 0.1%) {90.6%} +60 O (3 = 0.3%) {90.7%} +68 O (3 = 0.3%) {91.0%} +77 O (4 = 0.4%) {91.3%} +88 O (9 = 1.0%) {91.8%} +100 O (2 = 0.2%) {92.8%} +114 O (2 = 0.2%) {93.0%} +130 O (3 = 0.3%) {93.2%} +148 O (6 = 0.7%) {93.6%} +168 O (3 = 0.3%) {94.2%} +191 O (2 = 0.2%) {94.6%} +217 O (3 = 0.3%) {94.8%} +247 O (4 = 0.4%) {95.1%} +281 O (6 = 0.7%) {95.6%} +320 O (1 = 0.1%) {96.2%} +364 O (3 = 0.3%) {96.3%} +414 O (2 = 0.2%) {96.7%} +471 O (4 = 0.4%) {96.9%} +536 O (0 = 0.0%) {97.3%} +610 O (2 = 0.2%) {97.3%} +695 O (1 = 0.1%) {97.6%} +791 O (4 = 0.4%) {97.7%} +901 O (1 = 0.1%) {98.1%} +1026 O (1 = 0.1%) {98.2%} +1168 O (1 = 0.1%) {98.3%} +1330 O (2 = 0.2%) {98.4%} +1514 O (2 = 0.2%) {98.7%} +1724 O (2 = 0.2%) {98.9%} +1963 O (2 = 0.2%) {99.1%} +2235 O (1 = 0.1%) {99.3%} +2545 ... +3300 O (2 = 0.2%) {99.4%} +3758 ... +6317 O (1 = 0.1%) {99.7%} +7193 O (0 = 0.0%) {99.8%} +8190 O (1 = 0.1%) {99.8%} +9326 O (0 = 0.0%) {99.9%} +10619 O (1 = 0.1%) {99.9%} +12092 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration recorded 1501 samples, average = 165.6 (flags = 0x1) +0 ... +17 -O (1 = 0.1%) {0.0%} +19 ---O (5 = 0.3%) {0.1%} +22 -O (1 = 0.1%) {0.4%} +25 --O (3 = 0.2%) {0.5%} +28 ----O (8 = 0.5%) {0.7%} +32 ------O (14 = 0.9%) {1.2%} +36 ------O (16 = 1.1%) {2.1%} +41 --------------O (39 = 2.6%) {3.2%} +47 ----------O (29 = 1.9%) {5.8%} +53 -----O (14 = 0.9%) {7.7%} +60 --------O (24 = 1.6%) {8.7%} +68 ------------------O (52 = 3.5%) {10.3%} +77 ------------------------------------------------------------------------O (205 = 13.7%) {13.7%} +88 -----------------------------------------------------O (150 = 10.0%) {27.4%} +100 ----------------------------------------O (113 = 7.5%) {37.4%} +114 -------------------------------------------------------------O (174 = 11.6%) {44.9%} +130 -------------------------------------O (106 = 7.1%) {56.5%} +148 -----------------------O (66 = 4.4%) {63.6%} +168 ------------------------O (69 = 4.6%) {68.0%} +191 ----------------------------------O (98 = 6.5%) {72.6%} +217 ----------------------------------O (97 = 6.5%) {79.1%} +247 --------------O (39 = 2.6%) {85.5%} +281 ----------------O (45 = 3.0%) {88.1%} +320 -------------O (38 = 2.5%) {91.1%} +364 --------O (22 = 1.5%) {93.7%} +414 -------O (20 = 1.3%) {95.1%} +471 -------O (20 = 1.3%) {96.5%} +536 ------O (16 = 1.1%) {97.8%} +610 -O (2 = 0.1%) {98.9%} +695 --O (7 = 0.5%) {99.0%} +791 O (1 = 0.1%) {99.5%} +901 O (1 = 0.1%) {99.5%} +1026 O (1 = 0.1%) {99.6%} +1168 -O (2 = 0.1%) {99.7%} +1330 O (1 = 0.1%) {99.8%} +1514 ... +2235 O (1 = 0.1%) {99.9%} +2545 ... +5548 O (1 = 0.1%) {99.9%} +6317 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Overestimate recorded 1501 samples, average = 169.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (175 = 11.7%) +1 -O (3 = 0.2%) {11.7%} +2 --O (4 = 0.3%) {11.9%} +3 O (0 = 0.0%) {12.1%} +4 -O (2 = 0.1%) {12.1%} +5 O (1 = 0.1%) {12.3%} +6 O (1 = 0.1%) {12.3%} +7 -O (2 = 0.1%) {12.4%} +8 -O (2 = 0.1%) {12.5%} +9 -O (2 = 0.1%) {12.7%} +10 --O (5 = 0.3%) {12.8%} +11 -O (5 = 0.3%) {13.1%} +13 -O (4 = 0.3%) {13.5%} +15 -O (5 = 0.3%) {13.7%} +17 -O (6 = 0.4%) {14.1%} +19 O (1 = 0.1%) {14.5%} +22 -O (6 = 0.4%) {14.5%} +25 -O (7 = 0.5%) {14.9%} +28 -O (9 = 0.6%) {15.4%} +32 -O (13 = 0.9%) {16.0%} +36 -O (16 = 1.1%) {16.9%} +41 --O (22 = 1.5%) {17.9%} +47 -O (17 = 1.1%) {19.4%} +53 ---O (33 = 2.2%) {20.5%} +60 ----O (45 = 3.0%) {22.7%} +68 ---O (35 = 2.3%) {25.7%} +77 ----O (50 = 3.3%) {28.0%} +88 ----O (50 = 3.3%) {31.4%} +100 -----O (64 = 4.3%) {34.7%} +114 -------O (91 = 6.1%) {39.0%} +130 ---------O (110 = 7.3%) {45.0%} +148 ----------O (116 = 7.7%) {52.4%} +168 ------------O (140 = 9.3%) {60.1%} +191 -----------O (134 = 8.9%) {69.4%} +217 --------O (92 = 6.1%) {78.3%} +247 --------O (92 = 6.1%) {84.5%} +281 -------O (82 = 5.5%) {90.6%} +320 ---O (36 = 2.4%) {96.1%} +364 -O (9 = 0.6%) {98.5%} +414 ... +1963 O (5 = 0.3%) {99.1%} +2235 O (5 = 0.3%) {99.4%} +2545 ... +5548 O (4 = 0.3%) {99.7%} +6317 ... + +Histogram: Scheduling.Renderer.PrepareTilesDuration.Underestimate recorded 1501 samples, average = 20.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (1328 = 88.5%) +1 O (1 = 0.1%) {88.5%} +2 O (1 = 0.1%) {88.5%} +3 ... +5 O (1 = 0.1%) {88.6%} +6 O (1 = 0.1%) {88.7%} +7 O (3 = 0.2%) {88.7%} +8 O (1 = 0.1%) {88.9%} +9 O (3 = 0.2%) {89.0%} +10 O (2 = 0.1%) {89.2%} +11 O (4 = 0.3%) {89.3%} +13 O (2 = 0.1%) {89.6%} +15 O (4 = 0.3%) {89.7%} +17 O (0 = 0.0%) {90.0%} +19 O (4 = 0.3%) {90.0%} +22 O (2 = 0.1%) {90.3%} +25 O (1 = 0.1%) {90.4%} +28 O (5 = 0.3%) {90.5%} +32 O (5 = 0.3%) {90.8%} +36 O (4 = 0.3%) {91.1%} +41 O (3 = 0.2%) {91.4%} +47 O (13 = 0.9%) {91.6%} +53 O (5 = 0.3%) {92.5%} +60 O (8 = 0.5%) {92.8%} +68 O (5 = 0.3%) {93.3%} +77 O (8 = 0.5%) {93.7%} +88 O (4 = 0.3%) {94.2%} +100 O (5 = 0.3%) {94.5%} +114 O (7 = 0.5%) {94.8%} +130 O (6 = 0.4%) {95.3%} +148 O (11 = 0.7%) {95.7%} +168 O (10 = 0.7%) {96.4%} +191 O (8 = 0.5%) {97.1%} +217 O (6 = 0.4%) {97.6%} +247 O (8 = 0.5%) {98.0%} +281 O (4 = 0.3%) {98.5%} +320 O (4 = 0.3%) {98.8%} +364 O (1 = 0.1%) {99.1%} +414 O (3 = 0.2%) {99.1%} +471 O (2 = 0.1%) {99.3%} +536 O (1 = 0.1%) {99.5%} +610 O (1 = 0.1%) {99.5%} +695 O (0 = 0.0%) {99.6%} +791 O (1 = 0.1%) {99.6%} +901 O (2 = 0.1%) {99.7%} +1026 O (1 = 0.1%) {99.8%} +1168 ... +1963 O (1 = 0.1%) {99.9%} +2235 ... +3300 O (1 = 0.1%) {99.9%} +3758 ... + +Histogram: SiteIsolation.AllResponses recorded 14 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (14 = 100.0%) {0.0%} +2 ... + +Histogram: SpellCheck.api.async recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +7 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 1503 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1503 = 100.0%) +1 ... + +Histogram: V8.CodegenFractionCrankshaft recorded 78 samples, average = 24.7 (flags = 0x1) +0 ... +3 -O (1 = 1.3%) {0.0%} +4 O (0 = 0.0%) {1.3%} +5 -----O (4 = 5.1%) {1.3%} +6 ... +10 -O (1 = 1.3%) {6.4%} +11 ... +17 -O (1 = 1.3%) {7.7%} +18 -O (1 = 1.3%) {9.0%} +19 ... +24 ------------O (9 = 11.5%) {10.3%} +25 -O (1 = 1.3%) {21.8%} +26 -------O (5 = 6.4%) {23.1%} +27 ------------------------------------------------------------------------O (54 = 69.2%) {29.5%} +28 -O (1 = 1.3%) {98.7%} +29 ... + +Histogram: V8.CompileLazyMicroSeconds recorded 10 samples, average = 3276.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 30.0%) +1 ... +76 -----O (1 = 10.0%) {30.0%} +105 ... +282 -----O (1 = 10.0%) {40.0%} +391 -----O (1 = 10.0%) {50.0%} +542 O (0 = 0.0%) {60.0%} +752 -----O (1 = 10.0%) {60.0%} +1043 ... +2008 -----O (1 = 10.0%) {70.0%} +2786 O (0 = 0.0%) {80.0%} +3865 -----O (1 = 10.0%) {80.0%} +5362 ... +19866 -----O (1 = 10.0%) {90.0%} +27562 ... + +Histogram: V8.CompileMicroSeconds recorded 18 samples, average = 2152.4 (flags = 0x1) +0 ... +16 ------------------------------------------------------------------------O (4 = 22.2%) {0.0%} +21 ------------------O (1 = 5.6%) {22.2%} +28 ------------------O (1 = 5.6%) {27.8%} +37 ------------------------------------O (2 = 11.1%) {33.3%} +49 ------------------O (1 = 5.6%) {44.4%} +65 ------------------------------------------------------------------------O (4 = 22.2%) {50.0%} +86 ------------------------------------O (2 = 11.1%) {72.2%} +113 O (0 = 0.0%) {83.3%} +149 ------------------O (1 = 5.6%) {83.3%} +196 ... +590 ------------------O (1 = 5.6%) {88.9%} +777 ... +36699 ------------------O (1 = 5.6%) {94.4%} +48336 ... + +Histogram: V8.CompileNoncacheableMicroSeconds recorded 10 samples, average = 19249.5 (flags = 0x1) +0 ... +37 ------------------------------------O (1 = 10.0%) {0.0%} +49 ------------------------------------O (1 = 10.0%) {10.0%} +65 ... +149 ------------------------------------O (1 = 10.0%) {20.0%} +196 ... +340 ------------------------------------O (1 = 10.0%) {30.0%} +448 ... +1023 ------------------------------------O (1 = 10.0%) {40.0%} +1347 ------------------------------------------------------------------------O (2 = 20.0%) {50.0%} +1774 O (0 = 0.0%) {70.0%} +2336 ------------------------------------O (1 = 10.0%) {70.0%} +3077 ... +5338 ------------------------------------O (1 = 10.0%) {80.0%} +7031 ... +145450 ------------------------------------O (1 = 10.0%) {90.0%} +191569 ... + +Histogram: V8.CompileScriptMicroSeconds recorded 10 samples, average = 19222.8 (flags = 0x1) +0 ... +37 ------------------------------------O (1 = 10.0%) {0.0%} +49 ------------------------------------O (1 = 10.0%) {10.0%} +65 ... +149 ------------------------------------O (1 = 10.0%) {20.0%} +196 ... +340 ------------------------------------O (1 = 10.0%) {30.0%} +448 ... +1023 ------------------------------------O (1 = 10.0%) {40.0%} +1347 ------------------------------------------------------------------------O (2 = 20.0%) {50.0%} +1774 O (0 = 0.0%) {70.0%} +2336 ------------------------------------O (1 = 10.0%) {70.0%} +3077 ... +5338 ------------------------------------O (1 = 10.0%) {80.0%} +7031 ... +145450 ------------------------------------O (1 = 10.0%) {90.0%} +191569 ... + +Histogram: V8.DetachedContextAgeInGC recorded 2 samples, average = 1.5 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +3 ... + +Histogram: V8.GCCompactor recorded 3 samples, average = 6.7 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +4 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +5 ... +12 ------------------------------------O (1 = 33.3%) {66.7%} +14 ... + +Histogram: V8.GCIdleNotification recorded 3033 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3033 = 100.0%) +1 ... + +Histogram: V8.GCIdleTimeAllottedInMS recorded 3033 samples, average = 28.9 (flags = 0x1) +0 --O (7 = 0.2%) +1 -----------------O (72 = 2.4%) {0.2%} +2 ----------------O (68 = 2.2%) {2.6%} +3 --------------------O (83 = 2.7%) {4.8%} +4 ------------------O (75 = 2.5%) {7.6%} +5 -------------O (55 = 1.8%) {10.1%} +6 -----------------------O (96 = 3.2%) {11.9%} +7 --------------------O (85 = 2.8%) {15.0%} +8 ------------------O (77 = 2.5%) {17.8%} +9 ----------------------O (94 = 3.1%) {20.4%} +10 ------------------------O (103 = 3.4%) {23.5%} +11 -----------------------O (98 = 3.2%) {26.9%} +12 -----------------O (72 = 2.4%) {30.1%} +13 -----------O (48 = 1.6%) {32.5%} +14 ----------------O (66 = 2.2%) {34.1%} +15 ---------------O (62 = 2.0%) {36.2%} +16 ---------------O (62 = 2.0%) {38.3%} +17 ----------O (41 = 1.4%) {40.3%} +18 --------O (33 = 1.1%) {41.7%} +19 ------O (48 = 1.6%) {42.8%} +21 -----O (43 = 1.4%) {44.3%} +23 ----O (36 = 1.2%) {45.8%} +25 ----O (36 = 1.2%) {47.0%} +27 -----O (42 = 1.4%) {48.1%} +29 -----O (42 = 1.4%) {49.5%} +31 ------O (53 = 1.7%) {50.9%} +33 ----O (45 = 1.5%) {52.7%} +36 ---O (41 = 1.4%) {54.1%} +39 ---O (33 = 1.1%) {55.5%} +42 ---O (41 = 1.4%) {56.6%} +45 ---O (53 = 1.7%) {57.9%} +49 ------------------------------------------------------------------------O (1223 = 40.3%) {59.7%} +53 ... + +Histogram: V8.GCIdleTimeLimit.Undershot recorded 5 samples, average = 31.2 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 20.0%) {0.0%} +2 ... +8 ------------------------------------------------------------------------O (1 = 20.0%) {20.0%} +9 ... +49 ------------------------------------------------------O (3 = 60.0%) {40.0%} +53 ... + +Histogram: V8.GCIncrementalMarking recorded 103 samples, average = 0.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (94 = 91.3%) +1 ---O (4 = 3.9%) {91.3%} +2 --O (2 = 1.9%) {95.1%} +3 O (0 = 0.0%) {97.1%} +4 -O (1 = 1.0%) {97.1%} +5 ... +12 O (1 = 1.0%) {98.1%} +14 O (0 = 0.0%) {99.0%} +17 O (1 = 1.0%) {99.0%} +20 ... + +Histogram: V8.GCScavenger recorded 75 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (64 = 85.3%) +1 -------O (6 = 8.0%) {85.3%} +2 --O (2 = 2.7%) {93.3%} +3 --O (2 = 2.7%) {96.0%} +4 O (0 = 0.0%) {98.7%} +5 -O (1 = 1.3%) {98.7%} +6 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: V8.MemoryExternalFragmentationCodeSpace recorded 78 samples, average = 39.5 (flags = 0x1) +0 ... +31 ------O (5 = 6.4%) {0.0%} +32 ... +36 -O (1 = 1.3%) {6.4%} +37 -O (1 = 1.3%) {7.7%} +38 ------------------------------------------------------------------------O (56 = 71.8%) {9.0%} +39 ---O (2 = 2.6%) {80.8%} +40 ---O (2 = 2.6%) {83.3%} +41 O (0 = 0.0%) {85.9%} +42 ---O (2 = 2.6%) {85.9%} +43 O (0 = 0.0%) {88.5%} +44 -O (1 = 1.3%) {88.5%} +45 -O (1 = 1.3%) {89.7%} +46 -O (1 = 1.3%) {91.0%} +47 ... +49 -O (1 = 1.3%) {92.3%} +50 O (0 = 0.0%) {93.6%} +51 -O (1 = 1.3%) {93.6%} +52 ... +57 ---O (2 = 2.6%) {94.9%} +58 ... +61 -O (1 = 1.3%) {97.4%} +62 ... +76 -O (1 = 1.3%) {98.7%} +77 ... + +Histogram: V8.MemoryExternalFragmentationMapSpace recorded 78 samples, average = 82.4 (flags = 0x1) +0 ... +72 --O (2 = 2.6%) {0.0%} +73 --O (2 = 2.6%) {2.6%} +74 ... +81 --O (2 = 2.6%) {5.1%} +82 --------------O (11 = 14.1%) {7.7%} +83 ------------------------------------------------------------------------O (58 = 74.4%) {21.8%} +84 --O (2 = 2.6%) {96.2%} +85 ... +90 -O (1 = 1.3%) {98.7%} +91 ... + +Histogram: V8.MemoryExternalFragmentationOldSpace recorded 78 samples, average = 19.5 (flags = 0x1) +0 O (0 = 0.0%) +1 --O (1 = 1.3%) {0.0%} +2 -----O (3 = 3.8%) {1.3%} +3 --O (1 = 1.3%) {5.1%} +4 ---O (2 = 2.6%) {6.4%} +5 -------O (4 = 5.1%) {9.0%} +6 --O (1 = 1.3%) {14.1%} +7 ---O (2 = 2.6%) {15.4%} +8 ... +10 --O (1 = 1.3%) {17.9%} +11 ... +14 ---O (2 = 2.6%) {19.2%} +15 ... +21 ------------------------------------------------------------------------O (44 = 56.4%) {21.8%} +22 -------O (4 = 5.1%) {78.2%} +23 ... +29 --O (1 = 1.3%) {83.3%} +30 --O (1 = 1.3%) {84.6%} +31 O (0 = 0.0%) {85.9%} +32 ---------------O (9 = 11.5%) {85.9%} +33 --O (1 = 1.3%) {97.4%} +34 O (0 = 0.0%) {98.7%} +35 --O (1 = 1.3%) {98.7%} +36 ... + +Histogram: V8.MemoryExternalFragmentationTotal recorded 78 samples, average = 41.5 (flags = 0x1) +0 ... +27 --O (1 = 1.3%) {0.0%} +28 ... +32 --O (1 = 1.3%) {1.3%} +33 O (0 = 0.0%) {2.6%} +34 --O (1 = 1.3%) {2.6%} +35 ---O (2 = 2.6%) {3.8%} +36 -----O (3 = 3.8%) {6.4%} +37 -------O (4 = 5.1%) {10.3%} +38 ------------------------------------------------------------------------O (42 = 53.8%) {15.4%} +39 ----------O (6 = 7.7%) {69.2%} +40 O (0 = 0.0%) {76.9%} +41 --O (1 = 1.3%) {76.9%} +42 ... +47 --O (1 = 1.3%) {78.2%} +48 ---O (2 = 2.6%) {79.5%} +49 --O (1 = 1.3%) {82.1%} +50 ... +54 --O (1 = 1.3%) {83.3%} +55 ... +57 --------------O (8 = 10.3%) {84.6%} +58 --O (1 = 1.3%) {94.9%} +59 O (0 = 0.0%) {96.2%} +60 ---O (2 = 2.6%) {96.2%} +61 ... +65 --O (1 = 1.3%) {98.7%} +66 ... + +Histogram: V8.MemoryHeapFractionCodeSpace recorded 78 samples, average = 7.6 (flags = 0x1) +0 ... +5 ---------------------O (14 = 17.9%) {0.0%} +6 ---O (2 = 2.6%) {17.9%} +7 -------------O (9 = 11.5%) {20.5%} +8 ------------------------------------------------------------------------O (49 = 62.8%) {32.1%} +9 O (0 = 0.0%) {94.9%} +10 ---O (2 = 2.6%) {94.9%} +11 ... +17 -O (1 = 1.3%) {97.4%} +18 ... +20 -O (1 = 1.3%) {98.7%} +21 ... + +Histogram: V8.MemoryHeapFractionLoSpace recorded 78 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (78 = 100.0%) +1 ... + +Histogram: V8.MemoryHeapFractionMapSpace recorded 78 samples, average = 6.5 (flags = 0x1) +0 ... +4 -------------------O (13 = 16.7%) {0.0%} +5 -------O (5 = 6.4%) {16.7%} +6 -------------O (9 = 11.5%) {23.1%} +7 ------------------------------------------------------------------------O (49 = 62.8%) {34.6%} +8 ... +15 -O (1 = 1.3%) {97.4%} +16 O (0 = 0.0%) {98.7%} +17 -O (1 = 1.3%) {98.7%} +18 ... + +Histogram: V8.MemoryHeapFractionNewSpace recorded 78 samples, average = 20.4 (flags = 0x1) +0 ... +14 ------------------------------------------------------------------------O (48 = 61.5%) {0.0%} +15 ... +22 --O (1 = 1.3%) {61.5%} +23 ... +25 --------------O (9 = 11.5%) {62.8%} +26 ... +28 --O (1 = 1.3%) {74.4%} +29 --O (1 = 1.3%) {75.6%} +30 ... +33 ------------------O (12 = 15.4%) {76.9%} +34 ---O (2 = 2.6%) {92.3%} +35 ... +38 -----O (3 = 3.8%) {94.9%} +39 O (0 = 0.0%) {98.7%} +40 --O (1 = 1.3%) {98.7%} +41 ... + +Histogram: V8.MemoryHeapFractionOldSpace recorded 78 samples, average = 63.6 (flags = 0x1) +0 ... +27 --O (1 = 1.3%) {0.0%} +28 ... +38 --O (1 = 1.3%) {1.3%} +39 ... +46 ---O (2 = 2.6%) {2.6%} +47 O (0 = 0.0%) {5.1%} +48 --O (1 = 1.3%) {5.1%} +49 O (0 = 0.0%) {6.4%} +50 --O (1 = 1.3%) {6.4%} +51 ... +54 --O (1 = 1.3%) {7.7%} +55 --O (1 = 1.3%) {9.0%} +56 O (0 = 0.0%) {10.3%} +57 ------------------O (12 = 15.4%) {10.3%} +58 ... +60 --------------O (9 = 11.5%) {25.6%} +61 ... +64 --O (1 = 1.3%) {37.2%} +65 ... +69 ------------------------------------------------------------------------O (48 = 61.5%) {38.5%} +70 ... + +Histogram: V8.MemoryHeapSampleCodeSpaceCommitted recorded 78 samples, average = 1222.1 (flags = 0x1) +0 ... +1138 ------------------------------------------------------------------------O (76 = 97.4%) {0.0%} +1295 ... +2174 --O (2 = 2.6%) {97.4%} +2475 ... + +Histogram: V8.MemoryHeapSampleMapSpaceCommitted recorded 78 samples, average = 1047.0 (flags = 0x1) +0 O (0 = 0.0%) +1000 ------------------------------------------------------------------------O (78 = 100.0%) {0.0%} +1138 ... + +Histogram: V8.MemoryHeapSampleMaximumCommitted recorded 78 samples, average = 23023.7 (flags = 0x1) +0 ... +5380 -O (1 = 1.3%) {0.0%} +6124 -O (1 = 1.3%) {1.3%} +6971 ... +13320 -O (1 = 1.3%) {2.6%} +15161 O (0 = 0.0%) {3.8%} +17257 -O (1 = 1.3%) {3.8%} +19642 O (0 = 0.0%) {5.1%} +22357 ------------------------------------------------------------------------O (74 = 94.9%) {5.1%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalCommitted recorded 78 samples, average = 15838.5 (flags = 0x1) +0 ... +5380 -O (1 = 1.3%) {0.0%} +6124 -O (1 = 1.3%) {1.3%} +6971 ... +13320 ------------------------------------------------------------------------O (49 = 62.8%) {2.6%} +15161 -------------O (9 = 11.5%) {65.4%} +17257 -O (1 = 1.3%) {76.9%} +19642 ------O (4 = 5.1%) {78.2%} +22357 -------------------O (13 = 16.7%) {83.3%} +25447 ... + +Histogram: V8.MemoryHeapSampleTotalUsed recorded 78 samples, average = 9005.0 (flags = 0x1) +0 ... +1910 -O (1 = 1.3%) {0.0%} +2174 O (0 = 0.0%) {1.3%} +2475 -O (1 = 1.3%) {1.3%} +2817 ... +7935 ------------------------------------------------------------------------O (50 = 64.1%) {2.6%} +9032 ---------------------------O (19 = 24.4%) {66.7%} +10281 ----O (3 = 3.8%) {91.0%} +11702 -O (1 = 1.3%) {94.9%} +13320 ----O (3 = 3.8%) {96.2%} +15161 ... + +Histogram: V8.ParseLazyMicroSeconds recorded 622 samples, average = 56.9 (flags = 0x1) +0 ... +3 ---O (1 = 0.2%) {0.0%} +4 --------------------O (6 = 1.0%) {0.2%} +5 --------------------O (12 = 1.9%) {1.1%} +7 -----------------------O (14 = 2.3%) {3.1%} +9 ------------------------------------------------O (43 = 6.9%) {5.3%} +12 -------------------------------------------------------O (66 = 10.6%) {12.2%} +16 ------------------------------------------------------------------------O (108 = 17.4%) {22.8%} +21 ---------------------------------------------------------O (86 = 13.8%) {40.2%} +28 ----------------------------------------------O (69 = 11.1%) {54.0%} +37 -------------------------------------------------------O (83 = 13.3%) {65.1%} +49 -------------------------------------O (56 = 9.0%) {78.5%} +65 ---------------O (22 = 3.5%) {87.5%} +86 -------------O (20 = 3.2%) {91.0%} +113 --------O (12 = 1.9%) {94.2%} +149 -----O (7 = 1.1%) {96.1%} +196 -------O (10 = 1.6%) {97.3%} +258 O (0 = 0.0%) {98.9%} +340 ---O (4 = 0.6%) {98.9%} +448 -O (1 = 0.2%) {99.5%} +590 O (0 = 0.0%) {99.7%} +777 -O (1 = 0.2%) {99.7%} +1023 ... +9260 -O (1 = 0.2%) {99.8%} +12196 ... + +Histogram: V8.ParseMicroSeconds recorded 18 samples, average = 7516.5 (flags = 0x1) +0 ... +9 ------------------------------------------------------------O (1 = 5.6%) {0.0%} +12 O (0 = 0.0%) {5.6%} +16 ------------------------------------O (1 = 5.6%) {5.6%} +21 ------------------------------------O (1 = 5.6%) {11.1%} +28 ------------------------------------------------------------------------O (2 = 11.1%) {16.7%} +37 O (0 = 0.0%) {27.8%} +49 ------------------------------------O (1 = 5.6%) {27.8%} +65 O (0 = 0.0%) {33.3%} +86 ------------------------------------O (1 = 5.6%) {33.3%} +113 ------------------------------------------------------------------------O (2 = 11.1%) {38.9%} +149 ------------------------------------O (1 = 5.6%) {50.0%} +196 ------------------------------------------------------------------------O (2 = 11.1%) {55.6%} +258 ... +777 ------------------------------------O (1 = 5.6%) {66.7%} +1023 ------------------------------------O (1 = 5.6%) {72.2%} +1347 ------------------------------------O (1 = 5.6%) {77.8%} +1774 ------------------------------------O (1 = 5.6%) {83.3%} +2336 ... +5338 ------------------------------------O (1 = 5.6%) {88.9%} +7031 ... +110434 ------------------------------------O (1 = 5.6%) {94.4%} +145450 ... + +Histogram: V8.PreParseMicroSeconds recorded 69 samples, average = 141.3 (flags = 0x1) +0 O (0 = 0.0%) +1 --------------O (1 = 1.4%) {0.0%} +2 ------------------------------------------------------------------------O (5 = 7.2%) {1.4%} +3 O (0 = 0.0%) {8.7%} +4 ------------------------------------------------------------------------O (5 = 7.2%) {8.7%} +5 ----------------------------------------------------------O (8 = 11.6%) {15.9%} +7 --------------------------------------------------O (7 = 10.1%) {27.5%} +9 -----------------------------O (6 = 8.7%) {37.7%} +12 -----------O (3 = 4.3%) {46.4%} +16 ------O (2 = 2.9%) {50.7%} +21 --------------------O (7 = 10.1%) {53.6%} +28 --------------O (5 = 7.2%) {63.8%} +37 ---O (1 = 1.4%) {71.0%} +49 ---O (1 = 1.4%) {72.5%} +65 ------------O (4 = 5.8%) {73.9%} +86 --------------O (5 = 7.2%) {79.7%} +113 ---------O (3 = 4.3%) {87.0%} +149 ------O (2 = 2.9%) {91.3%} +196 ---O (1 = 1.4%) {94.2%} +258 ---O (1 = 1.4%) {95.7%} +340 ... +777 ---O (1 = 1.4%) {97.1%} +1023 ... +5338 ---O (1 = 1.4%) {98.6%} +7031 ... + +Histogram: WebCore.Animation.CSSProperties recorded 20 samples (flags = 0x1) +36 ------------------------------------------------------------------------O (4 = 20.0%) +50 ------------------------------------------------------------------------O (4 = 20.0%) +55 ------------------------------------------------------------------------O (4 = 20.0%) +61 ------------------------------------------------------------------------O (4 = 20.0%) +68 ------------------------------------------------------------------------O (4 = 20.0%) + +Histogram: WebCore.Editing.Commands recorded 3 samples (flags = 0x1) +37 ------------------------------------------------------------------------O (3 = 100.0%) + +Histogram: WebCore.FeatureObserver recorded 2 samples, average = 52.0 (flags = 0x1) +0 ... +52 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +53 ... + +Histogram: WebCore.PreloadDelayMs recorded 11 samples, average = 1.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (5 = 45.5%) +1 --------------O (1 = 9.1%) {45.5%} +2 -----------------------------O (2 = 18.2%) {54.5%} +3 ----------------------O (3 = 27.3%) {72.7%} +5 ... + +Histogram: WebCore.ResourceFetcher.HitCount recorded 4 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 75.0%) +1 ------------------------O (1 = 25.0%) {75.0%} +2 ... + +Histogram: WebCore.ResourceFetcher.LoadCount recorded 4 samples, average = 0.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 50.0%) +1 ------------------------------------------------------------------------O (2 = 50.0%) {50.0%} +2 ... + +Histogram: WebCore.ResourceFetcher.RevalidateCount recorded 4 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (4 = 100.0%) +1 ... + +Histogram: WebCore.ScriptController.clearWindowProxy recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: WebCore.Scripts.ParsingBlocking.NotStreamingReason recorded 6 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (6 = 100.0%) {0.0%} +2 ... + +Histogram: WebCore.Scripts.ParsingBlocking.StartedStreaming recorded 6 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (6 = 100.0%) +1 ... + +Histogram: WebCore.WindowProxy.createContext.MainWorld recorded 2 samples, average = 2.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +2 O (0 = 0.0%) {50.0%} +3 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +4 ... + +Histogram: WebFont.BlankTextShownTime recorded 1 samples, average = 13.0 (flags = 0x1) +0 ... +12 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +14 ... + +Histogram: WebFont.CORSSuccess recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.CacheHit recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: WebFont.DecodeSpeed.WOFF2 recorded 2 samples, average = 15331.5 (flags = 0x1) +0 ... +13655 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +15378 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +17318 ... + +Histogram: WebFont.DownloadTime.1.10KBTo50KB recorded 1 samples, average = 17.0 (flags = 0x1) +0 ... +17 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +20 ... + +Histogram: WebFont.HadBlankText recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: WebFont.PackageFormat recorded 2 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (2 = 100.0%) {0.0%} +4 ... + +Histogram: WebFont.WebFontsInPage recorded 3 samples, average = 0.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 66.7%) +1 ------------------------------------O (1 = 33.3%) {66.7%} +2 ... + +Histogram: sri.resource_integrity_mismatch_event recorded 12 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (12 = 100.0%) +1 ... + + +[0521/203718:VERBOSE1:pref_proxy_config_tracker_impl.cc(216)] 01014920: set chrome proxy config service to 01014A18 +[0521/203718:VERBOSE1:pref_proxy_config_tracker_impl.cc(353)] 01014920: Done pushing proxy to UpdateProxyConfig +[0521/203718:VERBOSE1:webrtc_internals.cc(51)] Could not get the download directory. +[0521/203718:INFO:systeminfo.cc(82)] Available number of cores: 4 +[0521/203718:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0521/203718:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: http://libbrowser_dummy_url/, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0521/203718:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 2AE74080 + URL: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html + context_type: WEB_PAGE + effective extension id: (none) + effective context type: WEB_PAGE +[0521/203718:VERBOSE1:script_context.cc(110)] Created context: + extension id: (none) + frame: 00000000 + URL: + context_type: UNSPECIFIED + effective extension id: (none) + effective context type: UNSPECIFIED +[0521/203718:VERBOSE1:dispatcher.cc(327)] Num tracked contexts: 1 +[0521/203718:VERBOSE1:child_thread_impl.cc(367)] Mojo is disabled on child +[0521/203719:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0521/203719:VERBOSE1:gles2_cmd_decoder.cc(2799)] GL_OES_packed_depth_stencil supported. +[0521/203719:VERBOSE1:navigator_impl.cc(168)] Failed Provisional Load: file:///Applications/LiveCode%20Community%208.0%20(dp%2011).app/Contents/Tools/Documentation/html_viewer/viewer.html, error_code: -3, error_description: , showing_repost_interstitial: 0, frame_id: 1 +[0521/203719:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0521/203719:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0521/203719:VERBOSE1:cookie_monster.cc(2192)] WARNING: Unsupported cookie scheme: file +[0521/203719:VERBOSE1:mime_type_resource_handler.cc(270)] To buffer: file:///C:/Program%20Files%20(x86)/RunRev/LiveCode%20Business%209.0%20(dp%206)/Documentation/html_viewer/fonts/glyphicons-halflings-regular.woff2 +[0521/211917:VERBOSE1:component_updater_service.cc(90)] CrxUpdateService stopping +[0521/211917:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0521/211917:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0521/211917:VERBOSE1:ipc_sync_channel.cc(386)] Canceling pending sends +[0521/211917:VERBOSE1:statistics_recorder.cc(332)] Collections of all histograms +Histogram: Accessibility.InvertedColors recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.ManuallyEnabled recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.State recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinAudioDescription recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinJAWS recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinNVDA recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinSAToGo recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinScreenReader recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinStickyKeys recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Accessibility.WinZoomText recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.ConfigChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseDuration recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: AsyncDNS.ConfigParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.ConfigParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostParseResult recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsChange recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: AsyncDNS.HostsParseDuration recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: AsyncDNS.HostsParseWin recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: AsyncDNS.HostsSize recorded 1 samples, average = 824.0 (flags = 0x1) +0 ... +777 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +1023 ... + +Histogram: AsyncDNS.NameServersType recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: AsyncDNS.WatchStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Aura.CreatedGpuBrowserCompositor recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: ChildProcessSecurityPolicy.PerChildFilePermissions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs recorded 3 samples, average = 16889500.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +7 ... +1000000 ----------------------------------------------------------O (2 = 66.7%) {33.3%} + +Histogram: Compositing.Browser.DisplayListRecordingSource.UpdateUs recorded 3 samples, average = 288.0 (flags = 0x1) +0 ... +37 ------------------------------------------------------------------------O (1 = 33.3%) {0.0%} +49 ... +113 ------------------------------------------------------------------------O (1 = 33.3%) {33.3%} +149 ... +590 ------------------------------------------------------------------------O (1 = 33.3%) {66.7%} +777 ... + +Histogram: Compositing.Browser.PictureMemoryUsageKb recorded 8 samples, average = 9.0 (flags = 0x1) +0 ... +9 ------------------------------------------------------------------------O (8 = 100.0%) {0.0%} +12 ... + +Histogram: Compositing.NumActiveLayers recorded 8 samples, average = 6.6 (flags = 0x1) +0 ... +4 -------------------------------O (1 = 12.5%) {0.0%} +5 O (0 = 0.0%) {12.5%} +7 ------------------------------------------------------------------------O (7 = 87.5%) {12.5%} +10 ... + +Histogram: ContentSettings.DefaultCookiesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultImagesSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultJavaScriptSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultLocationSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMIDISysExSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamCameraSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMediaStreamMicSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultMouseCursorSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultNotificationsSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.DefaultPluginsSetting recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: ContentSettings.DefaultPopupsSetting recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: ContentSettings.DefaultPushMessagingSetting recorded 1 samples, average = 3.0 (flags = 0x1) +0 ... +3 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +4 ... + +Histogram: ContentSettings.NumberOfAllowCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfBlockCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: ContentSettings.NumberOfSessionOnlyCookiesExceptions recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Cookie.CookieSourceScheme recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Count recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.DeletionCause recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.EvictedLastAccessMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.ExpirationDurationMinutes recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.TimeBlockedOnLoad recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Cookie.Type recorded 0 samples (flags = 0x1) +0 ... + +Histogram: Event.Latency.Browser recorded 157 samples, average = 183494.2 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (90 = 57.3%) {0.0%} +184863 ------------------------------------------------------O (67 = 42.7%) {57.3%} +210497 ... + +Histogram: Event.Latency.Browser.ET_KEY_PRESSED recorded 7 samples, average = 179232.1 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (6 = 85.7%) {0.0%} +184863 ------------O (1 = 14.3%) {85.7%} +210497 ... + +Histogram: Event.Latency.Browser.ET_KEY_RELEASED recorded 7 samples, average = 184767.4 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (4 = 57.1%) {0.0%} +184863 ------------------------------------------------------O (3 = 42.9%) {57.1%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_EXITED recorded 7 samples, average = 181008.9 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (5 = 71.4%) {0.0%} +184863 -----------------------------O (2 = 28.6%) {71.4%} +210497 ... + +Histogram: Event.Latency.Browser.ET_MOUSE_MOVED recorded 136 samples, average = 183776.0 (flags = 0x1) +0 ... +162351 ------------------------------------------------------------------------O (75 = 55.1%) {0.0%} +184863 -----------------------------------------------------------O (61 = 44.9%) {55.1%} +210497 ... + +Histogram: Extensions.FeatureProviderStaticInitTime recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 ... + +Histogram: GPU.AtExitContextGroupCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitMBytesAllocated recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitMBytesAllocatedMax recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitMBytesLimit recorded 1 samples, average = 512.0 (flags = 0x1) +0 ... +511 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +586 ... + +Histogram: GPU.AtExitManagedMemoryClientCount recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.AtExitReceivedMemoryStats recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.AtExitSurfaceCount recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: GPU.BlacklistFeatureTestResults.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResults.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Accelerated2dCanvas recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuCompositing recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.GpuRasterization recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistFeatureTestResultsWindows.Webgl recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.BlacklistTestResultsPerEntry recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: GPU.CreateBrowserCompositor recorded 1 samples, average = 2.0 (flags = 0x1) +0 ... +2 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +3 ... + +Histogram: GPU.D3DShaderModel recorded 1 samples, average = 5.0 (flags = 0x1) +0 ... +5 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +6 O (0 = 0.0%) {100.0%} + +Histogram: GPU.DisplayLinkInstallationStatus recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GLResetNotificationStrategy recorded 2 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 50.0%) +33362 ------------------------------------------------------------------------O (1 = 50.0%) + +Histogram: GPU.GPU.GPUProcessSoftwareRendering recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessInitialized recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: GPU.GPUProcessLaunchCause recorded 1 samples, average = 8.0 (flags = 0x1) +0 ... +8 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +9 ... + +Histogram: GPU.GPUProcessLaunchTime recorded 1 samples, average = 43.0 (flags = 0x1) +0 ... +40 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +48 ... + +Histogram: GPU.GPUProcessLifetimeEvents recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: GPU.GPUProcessTerminationStatus recorded 1 samples, average = 4.0 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +5 ... + +Histogram: MPArch.ChildProcessLaunchFirst recorded 1 samples, average = 40.0 (flags = 0x1) +0 ... +40 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +48 ... + +Histogram: MPArch.ChildProcessLaunchSubsequent recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: MPArch.IIR_InputEventDelta recorded 157 samples, average = 7.4 (flags = 0x1) +0 ------------------------------------------------------------------------O (126 = 80.3%) +1 ------O (11 = 7.0%) {80.3%} +2 O (0 = 0.0%) {87.3%} +3 --O (3 = 1.9%) {87.3%} +4 ... +8 O (1 = 0.6%) {89.2%} +10 O (1 = 0.6%) {89.8%} +12 O (0 = 0.0%) {90.4%} +14 O (1 = 0.6%) {90.4%} +17 ... +24 O (1 = 0.6%) {91.1%} +29 O (2 = 1.3%) {91.7%} +34 O (2 = 1.3%) {93.0%} +40 O (0 = 0.0%) {94.3%} +48 -O (6 = 3.8%) {94.3%} +57 O (2 = 1.3%) {98.1%} +68 ... +449 O (1 = 0.6%) {99.4%} +533 ... + +Histogram: MPArch.RWH_DidUpdateBackingStore recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: MPArch.RWH_OnMsgUpdateRect recorded 3 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (3 = 100.0%) +1 ... + +Histogram: MPArch.RWH_TabSwitchPaintDuration recorded 1 samples, average = 246.0 (flags = 0x1) +0 ... +226 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +268 ... + +Histogram: Media.Midi.ResultOnShutdown recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Media.Midi.Usage recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Memory.PressureLevel recorded 503 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (503 = 100.0%) +1 ... + +Histogram: Navigation.RedirectChainSize recorded 1 samples, average = 100.0 (flags = 0x1) +0 ... +86 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +113 ... + +Histogram: Navigation.TimeToCommit recorded 1 samples, average = 97.0 (flags = 0x1) +0 ... +96 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +114 ... + +Histogram: Navigation.TimeToCommit_ExistingRenderer_BeforeUnloadDiscounted recorded 1 samples, average = 97.0 (flags = 0x1) +0 ... +96 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +114 ... + +Histogram: Navigation.TimeToURLJobStart recorded 1 samples, average = 87.0 (flags = 0x1) +0 ... +81 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +96 ... + +Histogram: Navigation.TimeToURLJobStart_ExistingRenderer_BeforeUnloadDiscounted recorded 1 samples, average = 87.0 (flags = 0x1) +0 ... +81 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +96 ... + +Histogram: Net.ErrorCodesForImages recorded 1 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) + +Histogram: Net.ErrorCodesForMainFrame3 recorded 3 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 33.3%) +3 ------------------------------------------------------------------------O (1 = 33.3%) +6 ------------------------------------------------------------------------O (1 = 33.3%) + +Histogram: Net.ErrorCodesForSubresources2 recorded 13 samples (flags = 0x1) +0 ------------------------------------------------------------------------O (13 = 100.0%) + +Histogram: Net.NotifyAddrChangeFailures recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Net.QuicSession.PreferAesGcm recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: Net.RequestTime2.ErrAborted recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 ... + +Histogram: Net.RequestTime2.MiscError recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Net.RequestTime2.Success recorded 1 samples, average = 4.0 (flags = 0x1) +0 ... +4 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +5 ... + +Histogram: PluginFinder.BuiltInPluginList.ErrorCode recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: Renderer.DrawDuration recorded 8 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (8 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationOverestimate recorded 8 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (8 = 100.0%) +1 ... + +Histogram: Renderer.DrawDurationUnderestimate recorded 8 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (8 = 100.0%) +1 ... + +Histogram: Renderer.KeyboardQueueSize recorded 21 samples, average = 4.8 +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (6 = 28.6%) {0.0%} +2 ------------------------------------------------O (4 = 19.0%) {28.6%} +3 ------------O (1 = 4.8%) {47.6%} +4 ------------O (1 = 4.8%) {52.4%} +5 ------------O (1 = 4.8%) {57.1%} +6 ------------O (1 = 4.8%) {61.9%} +7 ------------O (1 = 4.8%) {66.7%} +8 ------------O (1 = 4.8%) {71.4%} +9 ------------O (1 = 4.8%) {76.2%} +10 ------------O (1 = 4.8%) {81.0%} +11 ------------O (1 = 4.8%) {85.7%} +12 ------------------------O (2 = 9.5%) {90.5%} +13 ... + +Histogram: Renderer4.renderPassCount recorded 61 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (61 = 100.0%) {0.0%} +2 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active recorded 2 samples, average = 785.5 (flags = 0x1) +0 ... +59 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +76 ... +1204 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Active.1Client recorded 2 samples, average = 785.5 (flags = 0x1) +0 ... +59 ------------------------------------------------------------------------O (1 = 50.0%) {0.0%} +76 ... +1204 ------------------------------------------------------------------------O (1 = 50.0%) {50.0%} +1547 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other recorded 1 samples, average = 159.0 (flags = 0x1) +0 ... +126 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +162 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.1Client recorded 1 samples, average = 159.0 (flags = 0x1) +0 ... +126 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +162 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive recorded 1 samples, average = 115.0 (flags = 0x1) +0 ... +98 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +126 ... + +Histogram: ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive.1Client recorded 1 samples, average = 115.0 (flags = 0x1) +0 ... +98 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +126 ... + +Histogram: ResourceScheduler.RequestTimeDeferred.Active recorded 16 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (16 = 100.0%) +1 ... + +Histogram: ResourceScheduler.RequestTimeThrottled.Active recorded 16 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (16 = 100.0%) +1 ... + +Histogram: Scheduling.Browser.ActivateDuration recorded 8 samples, average = 7.4 (flags = 0x1) +0 ... +3 ------------------------------------O (1 = 12.5%) {0.0%} +4 ------------------------------------------------------------------------O (2 = 25.0%) {12.5%} +5 ------------------------------------O (1 = 12.5%) {37.5%} +6 ------------------------------------O (1 = 12.5%) {50.0%} +7 O (0 = 0.0%) {62.5%} +8 ------------------------------------O (1 = 12.5%) {62.5%} +9 ... +13 ------------------O (1 = 12.5%) {75.0%} +15 ------------------O (1 = 12.5%) {87.5%} +17 ... + +Histogram: Scheduling.Browser.ActivateDuration.Overestimate recorded 8 samples, average = 8.6 (flags = 0x1) +0 ------------------------------------------------O (1 = 12.5%) +1 ... +3 ------------------------------------------------O (1 = 12.5%) {12.5%} +4 ... +8 ------------------------------------------------O (1 = 12.5%) {25.0%} +9 O (0 = 0.0%) {37.5%} +10 ------------------------------------------------O (1 = 12.5%) {37.5%} +11 ------------------------------------------------------------------------O (3 = 37.5%) {50.0%} +13 ------------------------O (1 = 12.5%) {87.5%} +15 ... + +Histogram: Scheduling.Browser.ActivateDuration.Underestimate recorded 8 samples, average = 2.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 87.5%) +1 ... +15 -----O (1 = 12.5%) {87.5%} +17 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration recorded 8 samples, average = 364.8 (flags = 0x1) +0 ... +88 ------------------------------------------------------------------------O (1 = 12.5%) {0.0%} +100 ------------------------------------------------------------------------O (1 = 12.5%) {12.5%} +114 O (0 = 0.0%) {25.0%} +130 ------------------------------------------------------------------------O (1 = 12.5%) {25.0%} +148 ------------------------------------------------------------------------O (1 = 12.5%) {37.5%} +168 ... +247 ------------------------------------------------------------------------O (1 = 12.5%) {50.0%} +281 O (0 = 0.0%) {62.5%} +320 ------------------------------------------------------------------------O (1 = 12.5%) {62.5%} +364 O (0 = 0.0%) {75.0%} +414 ------------------------------------------------------------------------O (1 = 12.5%) {75.0%} +471 ... +1330 ------------------------------------------------------------------------O (1 = 12.5%) {87.5%} +1514 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Overestimate recorded 8 samples, average = 1049.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 12.5%) +1 ... +901 --------------O (1 = 12.5%) {12.5%} +1026 -----------------------------O (2 = 25.0%) {25.0%} +1168 ----------------------------------------------------------O (4 = 50.0%) {50.0%} +1330 ... + +Histogram: Scheduling.Browser.BeginMainFrameToCommitDuration.Underestimate recorded 8 samples, average = 176.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 87.5%) +1 ... +1330 --O (1 = 12.5%) {87.5%} +1514 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration recorded 8 samples, average = 62.1 (flags = 0x1) +0 ... +19 ------------------------------------------------------------------------O (3 = 37.5%) {0.0%} +22 ... +32 ------------------------------------O (2 = 25.0%) {37.5%} +36 O (0 = 0.0%) {62.5%} +41 --------------O (1 = 12.5%) {62.5%} +47 ... +60 --------------O (1 = 12.5%) {75.0%} +68 ... +247 --------------O (1 = 12.5%) {87.5%} +281 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Overestimate recorded 8 samples, average = 199.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 12.5%) +1 ... +191 -----------------------------O (2 = 25.0%) {12.5%} +217 ------------------------------------------------------------------------O (5 = 62.5%) {37.5%} +247 ... + +Histogram: Scheduling.Browser.CommitToReadyToActivateDuration.Underestimate recorded 8 samples, average = 32.8 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 87.5%) +1 ... +247 --O (1 = 12.5%) {87.5%} +281 ... + +Histogram: Scheduling.Browser.DrawDuration recorded 8 samples, average = 99.1 (flags = 0x1) +0 ... +36 ------------------------O (1 = 12.5%) {0.0%} +41 O (0 = 0.0%) {12.5%} +47 ------------------------------------------------------------------------O (3 = 37.5%) {12.5%} +53 ------------------------O (1 = 12.5%) {50.0%} +60 O (0 = 0.0%) {62.5%} +68 ------------------------O (1 = 12.5%) {62.5%} +77 ... +100 ------------------------O (1 = 12.5%) {75.0%} +114 ... +364 ------------------------O (1 = 12.5%) {87.5%} +414 ... + +Histogram: Scheduling.Browser.DrawDuration.Overestimate recorded 8 samples, average = 272.9 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 12.5%) +1 ... +247 --------------O (1 = 12.5%) {12.5%} +281 -----------------------------O (2 = 25.0%) {25.0%} +320 ----------------------------------------------------------O (4 = 50.0%) {50.0%} +364 ... + +Histogram: Scheduling.Browser.DrawDuration.Underestimate recorded 8 samples, average = 46.5 (flags = 0x1) +0 ------------------------------------------------------------------------O (7 = 87.5%) +1 ... +364 --O (1 = 12.5%) {87.5%} +414 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration recorded 9 samples, average = 31.7 (flags = 0x1) +0 ... +13 ------------------------------------------------------O (1 = 11.1%) {0.0%} +15 O (0 = 0.0%) {11.1%} +17 ------------------------------------------------------O (1 = 11.1%) {11.1%} +19 ------------------------------------------------------------------------O (2 = 22.2%) {22.2%} +22 ------------------------------------O (1 = 11.1%) {44.4%} +25 ------------------------------------O (1 = 11.1%) {55.6%} +28 O (0 = 0.0%) {66.7%} +32 ---------------------------O (1 = 11.1%) {66.7%} +36 ... +53 ----------------------O (1 = 11.1%) {77.8%} +60 ... +77 ----------------------O (1 = 11.1%) {88.9%} +88 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Overestimate recorded 9 samples, average = 45.3 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 11.1%) +1 ... +19 ------------------------O (1 = 11.1%) {11.1%} +22 ... +41 --------------O (1 = 11.1%) {22.2%} +47 --------------O (1 = 11.1%) {33.3%} +53 ----------------------------------------------------------O (4 = 44.4%) {44.4%} +60 --------------O (1 = 11.1%) {88.9%} +68 ... + +Histogram: Scheduling.Browser.PrepareTilesDuration.Underestimate recorded 9 samples, average = 8.6 (flags = 0x1) +0 ------------------------------------------------------------------------O (8 = 88.9%) +1 ... +77 --O (1 = 11.1%) {88.9%} +88 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeLongTime recorded 1 samples, average = 79.0 (flags = 0x1) +0 ... +77 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +89 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep1Time recorded 1 samples, average = 18.0 (flags = 0x1) +0 ... +17 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +20 ... + +Histogram: Startup.BrowserMainRunnerImplInitializeStep2Time recorded 1 samples, average = 60.0 (flags = 0x1) +0 ... +57 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +68 ... + +Histogram: TileManager.ExceededMemoryBudget recorded 9 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (9 = 100.0%) +1 ... + +Histogram: V8.Initializer.LoadV8Snapshot.Result recorded 1 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (1 = 100.0%) +1 ... + +Histogram: V8.Initializer.OpenV8File.Result recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: Windows.Win32kRendererLockdown recorded 1 samples, average = 1.0 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} +2 O (0 = 0.0%) {100.0%} + +Histogram: appcache.CompletionQueueTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.CompletionRunTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.TaskQueueTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: appcache.TaskRunTime recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: mime_sniffer.ShouldSniffMimeType2 recorded 14 samples, average = 1.1 (flags = 0x1) +0 O (0 = 0.0%) +1 ------------------------------------------------------------------------O (13 = 92.9%) {0.0%} +2 O (1 = 7.1%) {92.9%} + +Histogram: mime_sniffer.kByteOrderMark2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kMagicNumbers2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffCRX recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTags2 recorded 0 samples (flags = 0x1) +0 ... + +Histogram: mime_sniffer.kSniffableTypes2 recorded 1 samples, average = 18.0 (flags = 0x1) +0 ... +18 ------------------------------------------------------------------------O (1 = 100.0%) {0.0%} + +Histogram: mime_sniffer.kUnknownMimeTypes2 recorded 2 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (2 = 100.0%) +1 ... + +Histogram: nosniff.usage recorded 14 samples, average = 0.0 (flags = 0x1) +0 ------------------------------------------------------------------------O (14 = 100.0%) +1 ... + + diff --git a/Howstr_Desktop_Beta/software/displayerang.livecode b/Howstr_Desktop_Beta/software/displayerang.livecode index f4b2c4a..7e8df08 100644 --- a/Howstr_Desktop_Beta/software/displayerang.livecode +++ b/Howstr_Desktop_Beta/software/displayerang.livecode @@ -543,7 +543,8 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co set the layer of field "preChange" stack "HowstrBeta" to top -- highlight focused node (since all nodes new, old highlighted one was deleted) put pGUI["nodes"][pNow]["graphic"] into tBlerg - set the backgroundColor of tBlerg to "0,100,100" + -- set the backgroundColor of tBlerg to "0,100,100" + set the backgroundColor of tBlerg to gray -- undo/redo icons -- for quick mode, don't allow user to undo the graph smaller than the minimum action group -- ! 15DEC2015 hide can take graph down to 4 nodes with undo still being acceptable @@ -553,6 +554,27 @@ on displayManager pInfo,@pGUI,pSizes,pNow,@pHist -- ! creates/changes/deletes co -- else -- set the visible of widget "iconUndo" to pInfo["undo"] -- end if + + -- Kit: setting all widgets/buttons to black + set the foregroundColor of widget "iconUndo" stack "howstrBeta" to black + set the foregroundColor of widget "iconRedo" stack "howstrBeta" to black + set the foregroundColor of widget "iconHelp" stack "howstrBeta" to black + set the foregroundColor of widget "iconClose" stack "howstrBeta" to black + set the foregroundColor of widget "iconMaximize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMinimize" stack "howstrBeta" to black + set the foregroundColor of widget "iconMediumsize" stack "howstrBeta" to black + set the foregroundColor of button "repoButt" stack "howstrBeta" to black + set the foregroundColor of button "caseButt" stack "howstrBeta" to black + set the foregroundColor of button "loadButt" stack "howstrBeta" to black + set the foregroundColor of button "saveAsButt" stack "howstrBeta" to black + set the foregroundColor of button "saveButt" stack "howstrBeta" to black + set the foregroundColor of button "resoButt" stack "howstrBeta" to black + set the foregroundColor of button "instrButt" stack "howstrBeta" to black + set the foregroundColor of button "jeremyBugButt" stack "howstrBeta" to black + set the foregroundColor of button "busySwitch" stack "howstrBeta" to black + set the foregroundColor of button "tooltipSwitch" stack "howstrBeta" to black + + set the visible of widget "iconUndo" stack "howstrBeta" to pInfo["undo"] set the visible of widget "iconRedo" stack "howstrBeta" to pInfo["redo"] -- empty out selection and hide hide button @@ -581,12 +603,16 @@ function makeNode pDetails set the width of the templateField to pDetails["size"] set the name of the templateField to pDetails["node"] & "NodeGraphicDeleteMe" set the location of the templateField to pDetails["coord"] - set the threeD of the templatefield to false - set the showborder of the templatefield to false - set the bordercolor of the templatefield to white - set the backgroundcolor of the templatefield to "0,220,220" - set the textSize of the templatefield to 14 - set the outerglow["color"] of the templatefield to "40,40,40" + set the threeD of the templateField to false + set the showborder of the templateField to true + -- set the bordercolor of the templateField to "80,80,80" + set the bordercolor of the templateField to black + set the borderwidth of the templateField to 2 + -- set the backgroundcolor of the templateField to "0,250,250" + set the backgroundcolor of the templateField to white + set the textSize of the templateField to 14 + --set the style of the templateField to oval + set the outerglow["color"] of the templateField to "40,40,40" -- set the behavior of the templatefield to the long id of button "graphBehave" set the defaultstack to "HowstrBeta" put the defaultstack into tTemp @@ -630,7 +656,8 @@ function makeLink pThis -- pThis[link/line/type] set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -647,7 +674,8 @@ end makeLink function makeScopeLink pThis set the style of the templateGraphic to "line" set the endArrow of the templateGraphic to true - set the foregroundColor of the templategraphic to "0,220,220" + -- set the foregroundColor of the templategraphic to "0,220,220" + set the foregroundColor of the templategraphic to black set the points of the templateGraphic to pThis["line"] set the name of the templateGraphic to pThis["link"] & "LinkGraphicDeleteMe" set the filled of the templateGraphic to false @@ -712,8 +740,10 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath put tNum into tNow["inside"] end if -- clear hilite; will be reapplied later if element still selected - if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false - if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + -- if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the showborder of pGUI[tType][tNum]["graphic"] to false + if tType is "nodes" and tNum is not among the items of pHist["nodeSelected"] then set the bordercolor of pGUI[tType][tNum]["graphic"] to black + -- if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to "0,220,220" + if tType is "links" and tNum is not among the items of pHist["linkSelected"] then set the foregroundColor of pGUI[tType][tNum]["graphic"] to gray -- selection box if tNow["3down"] and intersect(pGUI[tType][tNum]["graphic"],graphic "selectBox" stack "HowstrBeta","pixels") then -- add any new selection to lists @@ -743,10 +773,12 @@ function mouseTracker @pGUI,@pHist,@p1Down,@p1Enter,pFocus,pNode,pPath end repeat -- hilite selected elements repeat for each item tNum in tNow["nodeSelected"] - set the showborder of pGUI["nodes"][tNum]["graphic"] to true + -- set the showborder of pGUI["nodes"][tNum]["graphic"] to true + set the bordercolor of pGUI["nodes"][tNum]["graphic"] to cyan end repeat repeat for each item tNum in tNow["linkSelected"] - set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + -- set the foregroundColor of pGUI["links"][tNum]["graphic"] to white + set the foregroundColor of pGUI["links"][tNum]["graphic"] to cyan end repeat -- put tNow["nodeSelected"] & cr & tNow["linkSelected"] into field "showMe" stack "HowstrBeta" -- ! for development -- selection box calculation diff --git a/Howstr_Desktop_Beta/software/lazydogpile.livecode b/Howstr_Desktop_Beta/software/lazydogpile.livecode index 5c61b2d..ed5d5ea 100644 --- a/Howstr_Desktop_Beta/software/lazydogpile.livecode +++ b/Howstr_Desktop_Beta/software/lazydogpile.livecode @@ -184,10 +184,10 @@ on setupAsOf3FEB2016 set the minHeight of stack "howstrBeta" to 400 set the minWidth of stack "howstrBeta" to 500 -- -- shouldn't be necessary forever, but a good hack for now - set the foregroundColor of card 1 of stack "Ask Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Ask Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Ask Dialog" to false -- set the opaque of button "Cancel" of card 1 of stack "Ask Dialog" to false - set the foregroundColor of card 1 of stack "Answer Dialog" to "0,220,220" + set the foregroundColor of card 1 of stack "Answer Dialog" to "0,0,0" -- set the opaque of button "Ok" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close current" of card 1 of stack "Answer Dialog" to false -- set the opaque of button "close" of card 1 of stack "Answer Dialog" to false diff --git a/Howstr_Desktop_Beta/software/repowrangler.livecode b/Howstr_Desktop_Beta/software/repowrangler.livecode index ad1b4ee..642c215 100644 Binary files a/Howstr_Desktop_Beta/software/repowrangler.livecode and b/Howstr_Desktop_Beta/software/repowrangler.livecode differ