Date: Tue, 09 Feb 2016 09:46:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 207022] stat() 4 to 16 times slower on FreeBSD/UFS than on Linux/Ext4 Message-ID: <bug-207022-3630-MFB5WoG0nJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207022-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-207022-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207022 --- Comment #6 from Fabiano Sidler <fabianosidler@swissonline.ch> --- (In reply to Andriy Gapon from comment #5) Originally, the script was like so: === snip === fbt:::entry { entry_times[probefunc] = timestamp; printf("fbt enter %s\n", probefunc); } fbt:::return { printf("fbt return %s\t%d\n", probefunc, timestamp-entry_times[probefunc]); } === snap === But unexpectedly, the returns weren't in reverse call order, so I'm simply printing the time since last function call. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207022-3630-MFB5WoG0nJ>
