Package | Description |
---|---|
com.google.gwt.soyc |
Modifier and Type | Method and Description |
---|---|
SizeBreakdown[] |
GlobalInformation.allSizeBreakdowns() |
SizeBreakdown |
GlobalInformation.fragmentCodeBreakdown(int fragment)
Gets an exclusive code breakdown for a fragment.
|
SizeBreakdown |
GlobalInformation.getInitialCodeBreakdown()
Gets the initial fragment size breakdown.
|
SizeBreakdown |
GlobalInformation.getLeftoversBreakdown()
Gets the leftovers fragment size breakdown.
|
SizeBreakdown |
GlobalInformation.getTotalCodeBreakdown()
Gets the total code breakdown.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,SizeBreakdown> |
GlobalInformation.getExclusiveCodeBreakdowns()
Gets the exclusive code breakdown.
|
Modifier and Type | Method and Description |
---|---|
int |
CodeCollection.getCumSize(SizeBreakdown breakdown) |
void |
MakeTopLevelHtmlForPerm.makeBreakdownShell(SizeBreakdown breakdown) |
void |
MakeTopLevelHtmlForPerm.makeCodeTypeClassesHtmls(SizeBreakdown breakdown) |
void |
MakeTopLevelHtmlForPerm.makeLiteralsClassesTableHtmls(SizeBreakdown breakdown) |
void |
MakeTopLevelHtmlForPerm.makePackageClassesHtmls(SizeBreakdown breakdown,
com.google.gwt.soyc.MakeTopLevelHtmlForPerm.DependencyLinker depLinker)
Make size breakdowns for each package for one code collection.
|
Copyright © 2018. All rights reserved.