¡@

Home 

c# Programming Glossary: profiled

Benchmarking small code samples in C#, can this implementation be improved?

http://stackoverflow.com/questions/1047218/benchmarking-small-code-samples-in-c-can-this-implementation-be-improved

a descriptions how_many_iterations_to_run ... code being profiled Does this implementation have any flaws Is it good enough to..

How to reduce memory consumption of PdfPTable with many cells

http://stackoverflow.com/questions/15482142/how-to-reduce-memory-consumption-of-pdfptable-with-many-cells

due to the large number PdfPCells that are created I've profiled the memory usage I've got nearly 1 2 a million cells Is there..

HttpWebRequest is extremely slow!

http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow

GETs C# library 36847.46seconds for 100 HTTP GETs I have profiled and found the problem to be this function private HttpWebResponse..

How do you construct a LINQ to Entities query to load child objects directly, instead of calling a Reference property or Load()

http://stackoverflow.com/questions/315966/how-do-you-construct-a-linq-to-entities-query-to-load-child-objects-directly-in

to retrieve child or related objects. I haven't profiled the DB or dug too deeply but my guess is that when I call a..

Good Profiler for C# 2010? [closed]

http://stackoverflow.com/questions/5642569/good-profiler-for-c-sharp-2010

EDIT Here are 2 screenshots of a project I'm working on profiled in dotTrace. As you can from the first image you get the call..

Does any one know of a faster method to do String.Split()?

http://stackoverflow.com/questions/568968/does-any-one-know-of-a-faster-method-to-do-string-split

2 3 The other thing I'll point out without knowing how you profiled is be careful about profiling this kind of low level detail...

populate treeview from list of file paths in wpf

http://stackoverflow.com/questions/6415037/populate-treeview-from-list-of-file-paths-in-wpf

. NOTE 1 I haven't extensively tested this. It hasn't been profiled for performance. I would welcome any feedback though since this..

Mini MVC profiler: appears to be displaying profile times for every static resource

http://stackoverflow.com/questions/6648249/mini-mvc-profiler-appears-to-be-displaying-profile-times-for-every-static-resou

aspx profile works correctly with the SQL query also being profiled correctly. However as the picture shows I also get a bunch of..