up to date 
HomeProjectsTagsMembersGroupsHelp

Spy

OverviewWikiNewsVersionsLatest

Project Description

A flexible and open framework for designing and implementing program monitor. The default package comes with type extractor, code profiling and code coverage.

For Pharo >= 1.4:

Gofer new
	squeaksource: 'Spy'; 
	package: 'ConfigurationOfSpy';
	load.
(Smalltalk at: #ConfigurationOfSpy) project lastVersion load
For Pharo 1.3:
Gofer new
	squeaksource: 'Spy'; 
	package: 'ConfigurationOfSpy';
	load.
((Smalltalk at: #ConfigurationOfSpy) project version: '1.71') load
For Pharo 1.1:
Gofer new
	squeaksource: 'Spy'; 
	package: 'ConfigurationOfSpy';
	load.
((Smalltalk at: #ConfigurationOfSpy) project version: '1.1.1-baseline') load
All the test should be green on a non-jitted virtual machine, except for the one related to Compteur, which require a modified virtual machine. This new VM is not available yet. It will shortly be. Currently, Cog does not offer the necessary primitive to profile the memory, some of the test related to memory consumption are red therefore. An informal description is provided on http://www.moosetechnology.org/tools/Spy

Members

Creator:Alexandre Bergel
Admin:Santiago Vidal, Vanessa Pena, Alexandre Bergel

Tags

research, teaching

License

Code commited to this repository will be automatically under MIT license.

Registration

MCHttpRepository
location: 'http://www.squeaksource.com/Spy'
user: ''
password: ''

Packages

ConfigurationOfSpy, MooseExecutionAnalyzer, Spy, Spy-OBIntegration, SpyExecutionDuplication, SpyForO2, SpyKeriTypeFeedback, SpyOBIntegration, SpyOCompletionExtensions, SpyOther

Links

http://www.squeaksource.com/Spy.html
http://www.squeaksource.com/Spy

Global:Read

Statistics

Registered:14 January 2008 10:09:10 pm
Total Releases:0
Total Versions:689
Total Downloads:130081
XHTML | CSS | RSS26 April 2024