473,796 Members | 2,541 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Profiler? CPU Usage per function?

Hi,

I'm trying to analyse my vb.net program which is going to do some
processing on a web server.
I'm using vb.net 1.1

My ISP says he will kill my program if it uses 100% cpu usage for a
more than a few seconds.

I've tried the CLR Profiler and another free profiler, but none show
CPU Usage.

Can anyone give me some advice how I can analyse he functions in my
program for cpu usage?

A suggestion about a free tool would be great?

TIA

Jules.
Jan 18 '08 #1
1 1692
I'm trying to analyse my vb.net program which is going to do some
processing on a web server.
I'm using vb.net 1.1

My ISP says he will kill my program if it uses 100% cpu usage for a
more than a few seconds.

I've tried the CLR Profiler and another free profiler, but none show
CPU Usage.

Can anyone give me some advice how I can analyse he functions in my
program for cpu usage?

A suggestion about a free tool would be great?
I like nprof - last time I looked it was free, and it gives function/sub
level timing information. I assume you will be running your measurements on
your pc (not on a web server).
Jan 18 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1595
by: Irmen de Jong | last post by:
Hi, when using the hotshot profiler, I can see no difference in the measurement of a function that is busy eating CPU cycles, and a function that is blocking/waiting on IO (or sleeping)... For instance I have this output: 3 function calls in 26.931 CPU seconds Ordered by: internal time, call count
2
4071
by: wukie | last post by:
I am trying to view all the ntext from a profiler trace. The data is truncated at 256 and I am not sure why... The max length is 1820 via this command:select max(datalength(textdata)) from "monitor forms usage" where textdata like '%gforms%' . I then issue set textsize 8000 select (textdata) from "monitor forms usage" where textdata like '%gforms%' and datalength(textdata) >1800
1
1147
by: Ayende Rahien | last post by:
I'm looking to profile my applications, anyone can recomment a good profiler? Not CLR Profiler, I'm trying to analyze my app for performance hot-spots. Something simple, functions run times and memory usage is all I want. Preferably free, as well.
1
1996
by: taurean | last post by:
Hi all, Is there any memory usage profiler for unmanaged C++ appln.. basically, i would like to track the reference count of all the objects being created by the appln. and the memory being utilized by the same. my appln. gets compiled using visual studio compiler and runs on win' XP. i appreciate your help in this regard.
2
2373
by: Celine & Dave | last post by:
Hello All, I am trying to find a profiler that can measure the memory usage in a Python program. I would like to gather some statistics about object usages. For example, I would like to be able to see how much time it takes to search for an item in a dict object, how many times it has to access the symbol table to retrieve a specific item, and things like that.
0
1447
by: Pranav | last post by:
Hi, I have a setup with managed code hosted as COM+ service, I want to profile for memory usage with the CLR Profiler. Need suggestions on how to get the profiler to work with dllhost. Thanks, Pranav
6
2922
by: Mladen Gogala | last post by:
I'm looking for a GPL licensed PHP profiler. The best thing around, except the commercial goodies from NuSphere, seems to be Carl Taylor's toolkit at http://www.adepteo.net/profiler/index.php Any experiences? Does anybody here uses profiler to see where the application time is spent and which components need fine tuning? -- http://www.mgogala.com
1
1403
by: Brian Quinlan | last post by:
I have a misinformed theory that I'd like to share with the list. I believe that profiler calibration no longer makes sense in Python 2.4 because C functions are tracked and they have a different call overhead than Python functions (and calibration is done only using Python functions). Here is my reasoning (in code form): % c:\python24\python .... >>> import profile
2
2346
by: Paul Ritchie | last post by:
A few years ago I used a Profiler (I forget the name) on my Delphi code at the time and got fantastic results showing both: a) lines of code that took the longest to execute and b) lines of code that allocated the most unreleased memory. I have looked around and am unable to find a good tool to easily achieve these statistics for my C# Winforms application. Possible reasons are that: 1) I am having difficulty finding the existing...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9531
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10237
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5446
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.