Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DX990307 committed Mar 24, 2024
1 parent 6fa30c3 commit ad4cac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/runner/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var customPortForAkitaRTM = flag.Int("akitartm-port", 0,
this number is not given or a invalid number is given number, a random port
will be used.`)

var analyszerNameFlag = flag.String("analyzer-Name", "",
var analyszerNameFlag = flag.String("analyzer-name", "",
"The name of the analyzer to use.")

var analyszerPeriodFlag = flag.Float64("analyzer-period", 0.0,
Expand Down
1 change: 1 addition & 0 deletions samples/runner/timingplatform.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ func (b *R9NanoPlatformBuilder) setupPerformanceAnalyzer() {
b.perfAnalyzer = analysis.MakePerfAnalyzerBuilder().
WithPeriod(sim.VTimeInSec(b.perfAnalyzingPeriod)).
WithDBFilename(b.perfAnalysisFileName).
WithEngine(b.engine).
Build()
}
}
Expand Down

0 comments on commit ad4cac6

Please sign in to comment.