Home
last modified time | relevance | path

Searched refs:GetHeapUsageParams (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/runtime/
H A Druntime.go459 type GetHeapUsageParams struct{} struct
465 func GetHeapUsage() *GetHeapUsageParams {
466 return &GetHeapUsageParams{}
480 func (p *GetHeapUsageParams) Do(ctx context.Context) (usedSize float64, totalSize float64, err erro… argument
H A Deasyjson.go2525 …asyjsonC5a4559bDecodeGithubComChromedpCdprotoRuntime26(in *jlexer.Lexer, out *GetHeapUsageParams) { argument
2554 …syjsonC5a4559bEncodeGithubComChromedpCdprotoRuntime26(out *jwriter.Writer, in GetHeapUsageParams) { argument
2562 func (v GetHeapUsageParams) MarshalJSON() ([]byte, error) {
2569 func (v GetHeapUsageParams) MarshalEasyJSON(w *jwriter.Writer) {
2574 func (v *GetHeapUsageParams) UnmarshalJSON(data []byte) error {
2581 func (v *GetHeapUsageParams) UnmarshalEasyJSON(l *jlexer.Lexer) {