GithubHelp home page GithubHelp logo

libaud / gpprofile2011 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.18 MB

Automatically exported from code.google.com/p/gpprofile2011

License: GNU General Public License v2.0

SourcePawn 0.01% Pascal 97.57% C++ 1.75% Makefile 0.07% PHP 0.50% Batchfile 0.09%
code delphi performance profiler windows

gpprofile2011's People

Contributors

libaud avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gpprofile2011's Issues

It works incorrect with files with dots in the filename

What steps will reproduce the problem?
1. Create 2 files: Common.Items.pas and File.Items.pas
2. Open the project in the profiler.

What is the expected output? What do you see instead?
I expect to see "Common.Items" and "File.Items" files.
But I see only "Items" file.
Also both files can't be instrumented.

What version of the product are you using? On what operating system?
1.3.5, Win7 x64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Jan 2012 at 10:30

GpProfile cannot build an app because output path contains $(Config) and $(Platform)

What steps will reproduce the problem?
1. output file of the dpr project contains $(Config) and $(Platform) variables, 
like 
P:\source\Projects\001\Output\$(Config)\$(Platform)\project001\project001.gpd

What is the expected output? What do you see instead?
GpProfile must instrument and run my application

What version of the product are you using? On what operating system?
1.3.5
Windows 7, 64-bit

Please provide any additional information below.

the error message:

---------------------------
GpProfile
---------------------------
TGpHugeFile.AccessFile(P:\source\Projects\001\Output\$(Config)\$(Platform)\proje
ct001\project001.gpd) failed. Win32 Error.  Code: 3.
The system cannot find the path specified.
---------------------------
OK   
---------------------------

Original issue reported on code.google.com by [email protected] on 23 Nov 2011 at 12:13

Update the downloads section...

Would it be possible to push a re-compiled version into the "Downloads" section 
so users of 2007 and below can benefit from your source code changes?

Original issue reported on code.google.com by [email protected] on 18 Sep 2013 at 9:56

Extra commas in CSV export

What steps will reproduce the problem?
1. Run GpProfiler on a Delphi project where some methods are called more than 
one thousand times or more
2. Export analysis results to a CSV file
3. GpProfiler will insert comma separators in the number of method calls column 
where the number of method calls is in the thousands or millions. These appear 
in the CSV export and make the export hard to use with Excel or Access as the 
additional comma separators will confuse the import algorithms and jumble 
results

What is the expected output? What do you see instead?
GpProfiler should export the number of method calls without inserting comma 
separators for results in the thousands or millions

What version of the product are you using? On what operating system?
GpProfiler 2011 v1.3.6 used with Delphi XE3

Please provide any additional information below.
Many thanks to Primoz Gabrijelcic, Anton Alisov and Johan Bontes for creating 
and maintaining this fantastic tool!

Original issue reported on code.google.com by [email protected] on 10 Dec 2013 at 9:05

GPProfile exits when any column is resized

What steps will reproduce the problem?

  1. Start gpprof.exe
  2. Click on Analysis tab
  3. Resize the Time column

What is the expected output? 

  column width changes

What do you see instead?

  application closes.

What version of the product are you using? 

  1.3.5

On what operating system?

  Win XP, Delphi 2006

Please provide any additional information below.

  This might be a transient thing (i.e. my system could be broken and it may not happen after a reboot), but I thought it worth reporting anyway.    

Original issue reported on code.google.com by [email protected] on 4 Dec 2011 at 12:54

[Pascal Warning] W1002 Symbol 'Win32Check' is specific to a platform

What steps will reproduce the problem?
1. Build any project for profiling (Shift + F9)

What is the expected output? What do you see instead?
No warning. 
But now Delphi give warning at every build.

What version of the product are you using? On what operating system?
GpProfile2011 v1.3.5 with XP and delphi 2006

Please provide any additional information below.

The fix is just to add the next two line on the top op gpprof.pas
{$WARN SYMBOL_PLATFORM OFF}
{$WARN SYMBOL_DEPRECATED OFF}

Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 3:49

Attachments:

Delphi compiler version unrecognized

What steps will reproduce the problem?
1. Project/Open "thrddemo.dpr"
2. Instrument & Run
3. Launch program in the Delphi IDE

What is the expected output? What do you see instead?

Delphi project is well loaded, but the compiler version is not recognized, so 
analysis is not available after launching the program is the Delphi IDE 
(Project/options : "Compiler version" combo is empty). 

What version of the product are you using? On what operating system?
v1.3.5 on Win XP

Please provide any additional information below.

BDS 2006 & BDS 2009 are installed on my computer. 

Original issue reported on code.google.com by [email protected] on 6 May 2011 at 1:17

Instrumentation of files not in main folder seems to not occur

What steps will reproduce the problem?
1. Have a project that use .pas files in other folders. The type you must check 
"Show all Folders" option in Instrumentation page.
2. Instrument it.
3. See that the files are not changed

What is the expected output? What do you see instead?
Expecting the files are prepared for instrumentation.
The files in these folders are not changed at all.

What version of the product are you using? On what operating system?
1.3.5 in Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 1:50

Gpprofile get confused if there is files with extension .bkX for different X numbers

What steps will reproduce the problem?
1. I'm not sure how I've got into this problem. But my source folder had .bk1 
and .bk2 files.

What is the expected output? What do you see instead?
Expected GpProfile instrument all files selected.
But it could not instrument some files, even if I used the Rescan project.

What version of the product are you using? On what operating system?


Please provide any additional information below.
Removing all .bk* files did corrected the issue.
Also I did notice that in GpProfile "Source Preview" the code was correct.

Original issue reported on code.google.com by [email protected] on 3 Jan 2012 at 7:51

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.