Skip to content

Commit

Permalink
Added back missing methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Jan 8, 2025
1 parent 4f6f7af commit 3f9f09d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/IllimaniProfiler-Tests/IllAnalyzer.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Extension { #name : 'IllAnalyzer' }

{ #category : '*IllimaniProfiler-Tests' }
IllAnalyzer >> endTime: anInteger [
endTime := anInteger
]

{ #category : '*IllimaniProfiler-Tests' }
IllAnalyzer >> objectAllocations: aCollection [
objectAllocations := aCollection
]

{ #category : '*IllimaniProfiler-Tests' }
IllAnalyzer >> startTime: anInteger [
startTime := anInteger
]

0 comments on commit 3f9f09d

Please sign in to comment.