aboutsummaryrefslogtreecommitdiff
path: root/userapi/util/stats_wasm.go
blob: eb9cedaf1bc1330ba46f272156913050dba57f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package util

// stub, since WASM doesn't support syscall.Getrusage
func getMemoryStats(p *phoneHomeStats) error {
	return nil
}