|
I need to generate and embed a time series chart into an ASP.NET application.
Most run-time charting tools generate poor time axes, especially if the time scale is dynamic ie the user may choose to view data over a time scale of days, weeks, months or...
Started by eft on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It let's users zoom in and out and can aggregate data for you into a longer periods .
ZedGraph
I use this all the time and love it!
Have you tried using OWC (Office Web Components/time based data.
|
|
We all have a lot of work to do. What tools and method do you use to to save time? I am looking for specific tips and tricks to reduce wasted time. What small tools help you be effective.
Tools suggested so far:
Resharper
RegexBuddy
Thank you!
Started by Vimvq1987 on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
If you ....
That thing has saved me SO much time and hair loss! The other thing i do that saves time is telecommute marked as "urgent".
Spend less time on SO and more time doing what you're meant to be doing :-)
RegexBuddy .
|
|
My manager wants to know the speed of our website and its load times in different locations of the world, according to some speed testing websites / tools.
What are the standard tools / procedures for this?
Please help, this is urgent.
Thanks.
Started by Binder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Waterfall.
WebPageTest is a pretty awesome tool way more detailed than Gomez.
Not sure how expensive it is.
|
Ask your Facebook Friends
|
Does anyone have recommendations for a good task/time management tool.
Ideally this would just keep track of programming tasks / the project and the time spent also the option to produce an end of week report would be advantageous
Started by Dean on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Organize tasks by project track time spent and remaining add enhancements in there with alerting....
FB6 is a great PM tacking tool, I've been using 5 to manage my, which can fill in the missing features.
FogBugz is your friend too.
The reports.
|
|
What tools are available to profile a .NET program by measuring function execution times and generating graphs to visualize the time spent at various points in the call graph?
Started by Dan Nuffer on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
AQTime and dotTrace are two very good commerical ....
CLR Profiler
There is a free C# IDE SharpDevelop 3.1, which has integrated profiler , and it is compatible with Visual Studio solutions .
It'll cost you but Ants Performance Profiler will do the job .
|
|
Is there any tool which can show me the causes of a slow Windows Xp boot and shutdown?
Started by iceman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It would be....
The first thing that comes to mind is Bootviz , It is no longer supported by Microsoft and the download link comes from a third party, so I have linked to the Wikipedia page about it and you can make up your own mind if you want to use it .
|
|
What is the best available tool to monitor the memory usage of my C#/.Net windows service over a long period of time. As far as I know, tools like perfmon can monitor the memory usage over a short period of time, but not graphically over a long period...
Answer Snippets (Read the full thread at stackoverflow):
time I needed to monitor a process
Perfmon in my opinion is one of the best tools to do this but make sure you properly configure the sampling interval according to the time you wish to monitor can make it monitor a process over....
|
|
What is the best/most productive tools you use for time tracking?
Specifically, I'm looking for time tracking tools that:
Allow you to tag/start/stop time sessions quickly and as automatic as possible. Has an efficient organizing feature. Take up the ...
Started by chakrit on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It allows you to look back for more than a week is TimeSnapper : because it works by recording the time you spend in specific apps, and also generates nice little....
It's a new generation desktop based time tracking tool.
Premember.
|
|
Does anyone know of a tool that will take a PCAP file as input and output the same file with modified timestamps?
For example, say I have a PCAP file whose time range is March 1st, 2009 1:00pm to 2:00pm and I want to change the times so the file contains...
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not aware of a tool that does it but the PCAP format.
Look at the -t option of editcap.
|
|
I've been looking for a code coverage viewer aimed at inspecting live Java applications, mostly webapps running inside an application container like Tomcat. Sure, there are a number of decent tools for getting automatic reports of unit test coverage, ...
Started by Eemeli Kantola on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have tested this locally - and it works.
Version of Clover in both Eclipse and your build tool.
|