mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
@@ -20,6 +20,10 @@ func StartCPUProfile(w io.Writer) error {
|
|||||||
func StopCPUProfile() {
|
func StopCPUProfile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func WriteHeapProfile(w io.Writer) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func Lookup(name string) *Profile {
|
func Lookup(name string) *Profile {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user