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