public class Times extends Object
Modifier and Type | Field and Description |
---|---|
String |
renderFormat |
boolean |
usedSelectionCache |
boolean |
usedViewCache |
Modifier and Type | Method and Description |
---|---|
void |
addToViewQuerySize(String fragment)
Record the size in bytes of a piece of the view query.
|
Times |
done() |
long |
renderDuration() |
String |
renderFormat() |
long |
renderSize()
Answer the size of the rendered result, in bytes.
|
long |
selectionDuration() |
long |
selectQuerySize()
Answer the recorded size in bytes of the select query.
|
void |
setRenderDuration(long time,
String name) |
void |
setRenderedSize(long renderSize)
Record the size in bytes of the rendered output.
|
void |
setSelectionDuration(long time) |
void |
setSelectQuerySize(String selectQuery)
Record the size in bytes of the select query.
|
void |
setStylesheetCompileTime(long duration)
Set the duration of a stylesheet compilation.
|
void |
setViewDuration(long time) |
long |
stylesheetCompileDuration() |
long |
totalTime() |
void |
usedSelectionCache() |
void |
usedViewCache() |
long |
viewDuration() |
long |
viewQuerySize()
Answer the recorded size in bytes of all the queries
contributing to the view.
|
public String renderFormat
public boolean usedSelectionCache
public boolean usedViewCache
public Times(String forPath)
public Times()
public void setSelectionDuration(long time)
public void setViewDuration(long time)
public Times done()
public void setRenderDuration(long time, String name)
public long renderDuration()
public String renderFormat()
public void usedSelectionCache()
public void usedViewCache()
public long totalTime()
public long selectionDuration()
public long viewDuration()
public long stylesheetCompileDuration()
public long renderSize()
public void setRenderedSize(long renderSize)
public long selectQuerySize()
public long viewQuerySize()
public void addToViewQuerySize(String fragment)
public void setSelectQuerySize(String selectQuery)
public void setStylesheetCompileTime(long duration)
Copyright © 2014. All Rights Reserved.