[Mono-bugs] [Bug 57859][Nor] Changed - File::Copy runs very slowly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 23:24:04 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=57859
--- shadow/57859 2004-04-29 18:13:58.000000000 -0400
+++ shadow/57859.tmp.2998 2004-04-29 23:24:04.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 57859
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,13 @@
5686.337 1 5686.337 System.IO.File::Copy(string,string,bool)
Callers (with count) that contribute at least for 1%:
1 100 % Mono.Tools.Driver::InstallAssembly(string[])
If i use `cp', the time is so small that I can't even measure it.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-04-29 23:24 -------
+So, basically, what takes File.Copy 5 seconds, takes cp a very short
+amount of time. This is a bottleneck for a tool like gacutil.
+
+BTW, you can see the profile by doing:
+mono --profile `which gacutil.exe` /i System.dll /f > ~/t