aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 0bc0ddd53..6bb4a300e 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -28,6 +28,8 @@ func runMount(cmd *Command, args []string) bool {
fuse.Unmount(*mountOptions.dir)
+ util.SetupProfiling(*mountCpuProfile, *mountMemProfile)
+
c, err := fuse.Mount(
*mountOptions.dir,
fuse.VolumeName("SeaweedFS"),