LTProf free download LTProf is a small but powerful code profiler tool. Main features: * Line level resolution * No instrumentation * Profiled program runs at its normal speed * Profile VC++, CBuilder, Delphi and Visual Basic code * Small price (USD 49.95) LTProf is a small but powerful code profiler tool for VC++, CBuilder, Delphi and VB applications. Although small, it has a combination of features difficult to find in even the most expensive tools available today: Line level resolution One of the best features of LTProf. Most profilers have a function-level resolution, that is, they can display a list of functions and the time spent in each one. LTProf goes further and displays graphically, on the source file, time spent by each line of code, relative to the function it belongs to. Thus if you have a long algorithm you can see which parts of it are the most time consuming. No instrumentation, no rebuild, no time wasted Unlike most profilers on the market LTProf does not requir download   
 Example: ReGet • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > download now LTProf

  Popular:
eXpress IP Locator 1.2.3
Small utility for offline retrieving the country…
pdfMachine 10.9
pdfMachine is the perfect solution for anyone who often…
Midas Extractor V2.2.0
Midas Extractor extracts plain text from Adobe PDF files…
QuickWiper 7.6.3
QuickWiper is a disk and file wipe utility. With QuickWiper…
Second Copy 7.1
Backup files in the background automatically. Copies files…
TabPad 1.51
A tabbed notepad with quick-key tool buttons for fast and…
Backup Forever 2.6
Backup Forever program makes backup copies and restores…
EuroCalc 2.1
Easy free small Calculator and Euro converter. Stay on top…
Logbook Pro 1.10.42
Advanced aviation logbook for Windows. Completely…
Best 1000
  TOP-10:
ScreenSpy 2.2
Screen-Spy freeware records a screenshot every 30 seconds…
A4 DVD Shrinker 4.8
A4 DVD Shrinker is a high quality and extremely fast DVD…
PFS Manager 2.7
Organise all your digital images in a robust database…
EmailObserver 5.2.4
EmailObserver is a unique email monitoring software and…
WinUndelete 2.20
WinUndelete is an easy to use undelete software for…
Wondercam 1.01
Direkeep an eyectly from your mobile phone, PC or PDA keep…
DataSafe PS Net 3.0
Backup, store and archive your data to a safe and secure…
Personal Data Pro 4.0
Personal Data Pro is a complete, user-friendly, and…
MonkeyPhoto 3.0
Unique Photo Greeting Cards for Christmas and all…
PDF Paper Stats 1.02
PDF Paper Stats is a Acrobat plug-in tool for full version…
  Sponsored links 
  New:
Database Oasis 2.96
Database Oasis is a dynamic database tool that stores all…
Power Flashview 3.6
Power flashview is a powerful tool to…
NetWorx 5.0.5
NetWorx is a free tool for measuring the speed of all kinds…
Movavi AudioSuite 1.1.13
Convert audio files between all formats and for any…
Free Audio Ripper 1.1.0.1
Free audio ripper Convert tracks from audio CDs or DVDs to…
1st Email Security 5.62
Stop leaving traces on the Internet while sending email…
MP3 Stream Creator 2.0.2009.1001
Batch convert MP3 to SWF, WAV to SWF Add streaming audio t…
Property Manager 7 7.05.17
EZPZ Software's Property Manager 7 software is property…
Xilisoft CD Ripper 1.0.47.0904
Rip CD tracks to MP3, WAV, WMA, OGG Vorbis, VQF, APE with…
AirGrab WiFi Radar 1.3.7
AirGrab WiFi Radar is a tool to display information about…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

LTProf 1.4  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
LTProf is a small but powerful code profiler tool. Main features: * Line level resolution * No instrumentation * Profiled program runs at its normal speed * Profile VC++, CBuilder, Delphi and Visual Basic code * Small price (USD 49.95)

Updated Jul 20, 2004 16:24:29
Size2196 kb
LicenceShareware
StatusNew Release
LanguagesEnglish
Tagsvb profiler, c++ profiler, profiler, CBuilder profiler, code profiler, ltprof, Delphi profiler, profiling tool, C Builder profiler, Borland profiler, visual basic profiler
OSWindows 98, Windows NT, Windows 2000
Homepagelw-tech.com
Emailinfo@lw-tech.com
AuthorCristian Costache
LTProf free download LTProf is a small but powerful code profiler tool. Main features: 
* Line level resolution
* No instrumentation
* Profiled program runs at its normal speed
* Profile VC++, CBuilder, Delphi and Visual Basic code
* Small price (USD 49.95) LTProf is a small but powerful code profiler tool for VC++, CBuilder, Delphi and VB applications. Although small, it has a combination of features difficult to find in even the most expensive tools available today: 

Line level resolution
One of the best features of LTProf. Most profilers have a function-level resolution, that is, they can display a list of functions and the time spent in each one. LTProf goes further and displays graphically, on the source file, time spent by each line of code, relative to the function it belongs to. Thus if you have a long algorithm you can see which parts of it are the most time consuming.
  
No instrumentation, no rebuild, no time wasted
Unlike most profilers on the market LTProf does not requir download

 Zoom click for full size
Other author's software:
  • Q1 1.2 — Q1 is a tool for developing GUI and HTML automated tests. It was specifically designed to provide greater control than other similar tools while maintaining low-cost to make it affordable to small companies and individual developers.
Show all author's software

Description:
   LTProf is a small but powerful code profiler tool for VC++, CBuilder, Delphi and VB applications. Although small, it has a combination of features difficult to find in even the most expensive tools available today:

   Line level resolution

   One of the best features of LTProf. Most profilers have a function-level resolution, that is, they can display a list of functions and the time spent in each one. LTProf goes further and displays graphically, on the source file, time spent by each line of code, relative to the function it belongs to. Thus if you have a long algorithm you can see which parts of it are the most time consuming.

   No instrumentation, no rebuild, no time wasted

   Unlike most profilers on the market LTProf does not require a rebuild or an instrumentation step. The normal build of your application can be profiled at any stage in its development, without any other adjustments.

   Profiled program runs at its normal speed

   Instrumented programs have additional code inserted in every function to measure the time spent, which greatly reduces the program's speed because some of the instrumented functions are called very often. It is not uncommon that slow programs become completely unusable after instrumentation.

   LTProf does not change your application in any way, which means it can run at its normal speed, making your life a lot easier. The amount of processor time consumed by LTProf itself can be adjusted by setting the sampling resolution.

   Profile VC++, CBuilder, Delphi and Visual Basic code

   as well as any application that stores debug information in PDB/TDS files. LTProf is not language-oriented and it can analyze any program as long as it contains debug information in PDB/TDS files. It can do so even in cross-language applications, for example an EXE written in C++ that uses VB components.

   Price

   Compare the price of other similar applications with LTProf which retails at only $49.95
Short tags:
vb profiler, c++ profiler, profiler, CBuilder profiler, code profiler, ltprof, Delphi profiler, profiling tool, C Builder profiler, Borland profiler, visual basic profiler
System Requirements:
CPU: 400+ MHz, RAM: 64Mb+, Disk:4Mb+, Video: VGA hi-color+
      Freeware alternatives LTProf 1.4
Free Download now  Free Download LTProf 1.4 from lw-tech.com

Similar software shotlights:
  • Project Analyzer 9 — Project Analyzer is a Visual Basic code analyzer, optimizer and documenter. Detect dead code and remove it. Surf your code as hypertext and call trees. Diagram and document your work. Supports VB 3-6…
  • Code VBA 4.0 — With Code-VBA coding tools added to your Visual Basic editor (VBE) you create better VBA macros faster. 25 specialized code builders support the creation of most used code. Use with MS Access, Excel…
Find all software similar on LTProf 1.4

Similar news:
  • Borland folding C++Builder into Delphi — Borland Software in 2005 plans to fold its C++Builder developer tool line into the company’s Delphi IDE tool family for Windows application development, thus answering the question about what the company had planned to do with the technology.
  • Campaign to save Visual Basic 6 gathers support — An online petition gathering signatures to save Microsoft’s Visual Basic 6 programming language will not change the company’s intention to cut free support on March 31, a Microsoft representative said on Thursday afternoon.
Find all news similar on LTProf 1.4

Similar smart reviews:
  • EymBarcodeReader.ocx Decode Bar Code — Barcodes (the approach to encoding data in black-and-white bars) are widely used since their invention in the middle of the XXth century. They have proven themselves to be a universal and reliable mean in cases when a small amount of uniform significant data is to be associated with multiple things and then processed automatically. Though in last years the usage…
  • Country Codes 2.7, Data at Fingertips — In today’s vague times of «common» unlimited broadband Internet connection (which is not so common, really) and «modern cool» web-services it is thought that one doesn’t have to store on one’s computer information one can find on web. People with such thoughts typically don’t take into account the amount of time they waste when…
  • Setup Builder Version 6.03 — Who of us has not spent hours and hours in front of a monitor installing and reinstalling once again software in your PC? If you study or work and your life is has anything to do with PC, no doubt you can’t manage it without a good software installation. All you need for that is the software suite called Setup Builder, quite an all-inclusive and…
  • Resource Builder — If you are a modern programmer or developer who is always ready to use the latest achievements of science and technology, if you are sick and tired of the onerous process of editing resource files and want to speed it up and improve it somehow, no doubt, Resource Builder is software you deeply need. Resource Builder is the best complete solution for resource…
  • VBto 2.30, Visual Basic No More — For its time, Visual Basic 6 was an excellent tool. It was easy to learn, write and read, had reasonably good visual forms designer, allowed easy usage of ActiveX controls... Unfortunately, those times have gone. Now, there is .NET, there is VC++ MFC, there are other IDE with form designers, like Delphi. There is no place for good old VB6. Old projects are to be translated to new…
  • PSpad, Code Looks Natural — Have you ever tried editing any programming code in the Windows’ standard notepad program? Wasn’t that easy and fun? I bet it was NOT. Although Notepad is light and easy to use, you can hardly recognize your even own code in it: no syntax highlighting or line numbering, and some important characters may even fail to appear. Is there a way to edit a code block…
  • EZ Thumbnail Builder V1.9.1, Let Be The Gallery! — EZ Thumbnail Builder is the finest way to show your photos and other pictures. The common way to «show» pictures is to pick them one-by-one (if you want to show them on the local computer) or pack them all into a huge archive and send to someone over e-mail (for your Internet friends). Unlike those «native» actions, EZ Thumbnail Builder does the Right…
  • HtmlCapture ActiveX Control, Web Snapshot In A Few Lines Of Code — Taking shots (images) of web-pages is an often and highly usable programming task. There are scores of possible usages, from large web-archiving suits to small one-time testing scripts; but the general purpose snapshot tools (either PrintScreen or specialized software) aren’t very good for the task. If you want one powerful yet compact solution for the problem which can be used virtually with any…
  • Managed Extensions for VCL - a great solution of the Delphi Win32/.NET communication problem — Anyone familiar with software development knows how different the .NET framework is compared with older development platforms. The problem of framework interoperability has been vexing many developers who wanted to use .NET components in their Delphi and C++ applications. Finally, there is a solution for the problem. Managed Extensions for VCL enables you to interact with any .NET languages (C#, Visual…
Find all smart reviews similar on LTProf 1.4


Home > Software > Development Tools > download now LTProf

See software by tags:
Mac image resizer os
Joomla bookings
Create database connection vb6
see also:
Dallas New Home Builders
Boot Sector Explorer
August Wilson Theatre Tickets Toolbar
See software by tags:
Complete package services administrator…
Document pdf remove password
Menu recipe cost software

Copyright © 2001—2009 3d2f
Concept:
Advertisement.