Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adams322111233221/solana-mev-bot
/ functions
Functions
585 in github.com/adams322111233221/solana-mev-bot
⨍
Functions
585
◇
Types & classes
89
↓ 63 callers
Method
getLogger
Gets the Apache Commons Logging Logger that is used to persist logging statements when one of the stop or lap methods is called. @return The Logger u
src/main/java/org/perf4j/slf4j/Slf4JStopWatch.java:267
↓ 46 callers
Method
toString
()
src/main/java/org/perf4j/StopWatch.java:280
↓ 43 callers
Method
append
(LoggingEvent event)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:270
↓ 41 callers
Method
equals
(Object o)
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:119
↓ 41 callers
Method
getLastLoggedString
()
src/test/java/org/perf4j/aop/InMemoryTimingAspect.java:45
↓ 34 callers
Method
append
The append method should be called each time a StopWatch log message is handled by the logging framework. @param message The log message, may not be
src/main/java/org/perf4j/helpers/GenericAsyncCoalescingStatisticsAppender.java:254
↓ 27 callers
Method
getElapsedTime
Gets the time in milliseconds between when this StopWatch was last started and stopped. Is <tt>stop()</tt> was not called, then the time returned is t
src/main/java/org/perf4j/StopWatch.java:116
↓ 27 callers
Method
getStatisticsByTag
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:128
↓ 24 callers
Method
getMessage
Gets any additional message that was set on this StopWatch instance. @return The message associated with this StopWatch, which may be null.
src/main/java/org/perf4j/StopWatch.java:145
↓ 22 callers
Method
getAttribute
(String attribute)
src/main/java/org/perf4j/helpers/StatisticsExposingMBean.java:170
↓ 22 callers
Method
getName
The name of this appender. @return The name of this appender.
src/main/java/org/perf4j/helpers/GenericAsyncCoalescingStatisticsAppender.java:112
↓ 17 callers
Method
start
Starts this StopWatch, which sets its startTime property to the current time and resets the elapsedTime property. For single-use StopWatch instance yo
src/main/java/org/perf4j/StopWatch.java:165
↓ 16 callers
Method
hasNext
()
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:59
↓ 16 callers
Method
stop
Stops this StopWatch, which "freezes" its elapsed time. You should normally call this method (or one of the other stop methods) before passing this in
src/main/java/org/perf4j/StopWatch.java:202
↓ 15 callers
Method
getCount
()
src/main/java/org/perf4j/TimingStatistics.java:105
↓ 15 callers
Method
getTag
Gets the tag used to group this StopWatch instance with other instances used to time the same code block. @return The grouping tag.
src/main/java/org/perf4j/StopWatch.java:127
↓ 14 callers
Method
createStopWatch
This method is meant to be overridden in such a way that test subclasses return the proper LoggingStopWatch subclass implementation.
src/test/java/org/perf4j/LoggingStopWatchTest.java:131
↓ 14 callers
Method
getStartTime
Gets the time when this instance was created, or when one of the <tt>start()</tt> messages was last called. @return The start time in milliseconds si
src/main/java/org/perf4j/StopWatch.java:108
↓ 14 callers
Method
toString
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:145
↓ 13 callers
Method
addStopWatch
This method updates the calculated statistics when a new logged StopWatch is added. @param stopWatch The StopWatch being used to update the statistic
src/main/java/org/perf4j/GroupedTimingStatistics.java:73
↓ 13 callers
Method
getLogger
Gets the log4j Logger that is used to persist logging statements when one of the stop or lap methods is called. @return The Logger used for StopWatch
src/main/java/org/perf4j/log4j/Log4JStopWatch.java:245
↓ 13 callers
Method
isInRange
Determines whether or not the specified value is within the acceptable range. @param value The value to check @return returns true if value >= minVal
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:113
↓ 13 callers
Method
mapLevelName
This utility method provides the standard mapping between log4j level names (which Perf4J uses as the standard set of possible levels) to the correspo
src/main/java/org/perf4j/commonslog/CommonsLogStopWatch.java:473
↓ 13 callers
Method
mapLevelName
This utility method provides the standard mapping between log4j level names (which Perf4J uses as the standard set of possible levels) to the correspo
src/main/java/org/perf4j/slf4j/Slf4JStopWatch.java:465
↓ 13 callers
Method
mapLevelName
This utility method provides the standard mapping between log4j level names (which Perf4J uses as the standard set of possible levels) to the closest
src/main/java/org/perf4j/javalog/JavaLogStopWatch.java:365
↓ 13 callers
Method
remove
Remove is not supported. @throws UnsupportedOperationException Always thrown.
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:98
↓ 12 callers
Method
checkProperties
Test subclasses should override this method to validate the additional properties.
src/test/java/org/perf4j/LoggingStopWatchTest.java:149
↓ 11 callers
Method
checkExpectedLogWritten
(String... textToFind)
src/test/java/org/perf4j/LoggingStopWatchTest.java:175
↓ 11 callers
Method
equals
(Object o)
src/main/java/org/perf4j/StopWatch.java:296
↓ 11 callers
Method
getName
()
src/test/java/org/perf4j/aop/ProfiledObject.java:127
↓ 11 callers
Method
hasNext
()
src/main/java/org/perf4j/helpers/GroupingStatisticsIterator.java:99
↓ 11 callers
Method
next
()
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:68
↓ 11 callers
Method
stop
This stop method is overridden to perform the logging itself instead of needing to make a separate call to persist the timing information. @return th
src/main/java/org/perf4j/LoggingStopWatch.java:220
↓ 10 callers
Method
format
Outputs the specified GroupedTimingStatistics instance as a String @param stats The GroupedTimingStatistics instance to format @return The stringifie
src/main/java/org/perf4j/helpers/GroupedTimingStatisticsFormatter.java:32
↓ 10 callers
Method
getMax
()
src/main/java/org/perf4j/TimingStatistics.java:97
↓ 10 callers
Method
padIntToTwoDigits
Pads the specified int to two digits, prefixing with 0 if the value is less than 10. @param i The value to pad, should be between 0 and 99 @pa
src/main/java/org/perf4j/helpers/MiscUtils.java:65
↓ 10 callers
Method
runMain
(String[] args)
src/main/java/org/perf4j/LogParser.java:160
↓ 9 callers
Method
appendData
(GroupedTimingStatistics statistics)
src/main/java/org/perf4j/chart/GoogleChartGenerator.java:199
↓ 9 callers
Method
getLogger
Gets the java.util.logging Logger that is used to persist logging statements when one of the stop or lap methods is called. @return The Logger used f
src/main/java/org/perf4j/javalog/JavaLogStopWatch.java:246
↓ 9 callers
Method
getMean
()
src/main/java/org/perf4j/TimingStatistics.java:89
↓ 9 callers
Method
getMin
()
src/main/java/org/perf4j/TimingStatistics.java:101
↓ 9 callers
Method
getValueName
()
src/main/java/org/perf4j/helpers/StatsValueRetriever.java:38
↓ 9 callers
Method
setStartTime
(long startTime)
src/main/java/org/perf4j/GroupedTimingStatistics.java:140
↓ 9 callers
Method
setStopTime
(long stopTime)
src/main/java/org/perf4j/GroupedTimingStatistics.java:148
↓ 8 callers
Method
checkValidConfigString
(String configString, String attributeName, double minValue, double maxValue)
src/test/java/org/perf4j/helpers/AcceptableRangeConfigurationTest.java:96
↓ 8 callers
Method
next
()
src/main/java/org/perf4j/helpers/GroupingStatisticsIterator.java:108
↓ 8 callers
Method
splitAndTrim
Splits a string using the specified delimiter, and also trims all the resultant strings in the returned array. This is useful for setting multi-valued
src/main/java/org/perf4j/helpers/MiscUtils.java:106
↓ 8 callers
Method
updateCurrentTimingStatistics
This method should be called to update the underlying timing statistics, which will correspondingly change the values of the exposed attributes. @par
src/main/java/org/perf4j/helpers/StatisticsExposingMBean.java:138
↓ 7 callers
Method
checkInvalidConfigString
(String configString)
src/test/java/org/perf4j/helpers/AcceptableRangeConfigurationTest.java:103
↓ 7 callers
Method
error
This method is called whenever an error occurs that should be handled in a logging-framework specific manner. @param errorMessage The message that de
src/main/java/org/perf4j/helpers/GenericAsyncCoalescingStatisticsAppender.java:57
↓ 7 callers
Method
escapeStringForCsv
Escapes the specified string for use in a comma-separated values file. @param string The String to escape @param toAppend The StringBuilder to whic
src/main/java/org/perf4j/helpers/MiscUtils.java:40
↓ 7 callers
Method
getStandardDeviation
()
src/main/java/org/perf4j/TimingStatistics.java:93
↓ 7 callers
Method
getStopTime
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:144
↓ 6 callers
Method
getAppender
(String name)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:238
↓ 6 callers
Method
getAttributeName
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:93
↓ 6 callers
Method
getIndexOfArg
(List<String> args, boolean needsParam, String... argNames)
src/main/java/org/perf4j/LogParser.java:310
↓ 6 callers
Method
getStartTime
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:136
↓ 6 callers
Method
match
Gets the MatchResult object that is returned when the Pattern used by this parser matches the specified message. @param message The StopWatch message
src/main/java/org/perf4j/helpers/StopWatchParser.java:93
↓ 5 callers
Method
formatDateIso8601
Formats the specified time in yyyy-MM-dd HH:mm:ss format. @param timeInMillis The time in milliseconds since 1970. @return The formatted date/time St
src/main/java/org/perf4j/helpers/MiscUtils.java:78
↓ 5 callers
Method
getChartUrl
Implementing classes should return a URL to the chart that depicts the data sent in to the <tt>appendData</tt> method. Note that the format of the URL
src/main/java/org/perf4j/chart/StatisticsChartGenerator.java:43
↓ 4 callers
Method
addAppender
(Appender appender)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:226
↓ 4 callers
Method
appendData
Appends a set of statistics to the list of data to be displayed on the chart. @param statistics the statistics to be added to the list of data.
src/main/java/org/perf4j/chart/StatisticsChartGenerator.java:50
↓ 4 callers
Method
getChartUrl
()
src/main/java/org/perf4j/chart/GoogleChartGenerator.java:206
↓ 4 callers
Method
getStatsValueRetrievers
Overridable helper method gets the Map of statistic name to StatsValueRetriever. @return The StatsValueRetriever Map.
src/main/java/org/perf4j/helpers/StatisticsExposingMBean.java:234
↓ 4 callers
Method
lap
Identical to {@link #lap(String)}, but also allows you to specify an exception to be logged. @param tag The grouping tag for the PREVIOUS code
src/main/java/org/perf4j/LoggingStopWatch.java:273
↓ 4 callers
Method
message
()
src/main/java/org/perf4j/aop/DefaultProfiled.java:21
↓ 4 callers
Method
parseStopWatch
This method parses a StopWatch from the given message string. @param message The message to parse, which was likely created with the StopWatch stop,
src/main/java/org/perf4j/helpers/StopWatchParser.java:82
↓ 4 callers
Method
proceed
Calls profiled method and returns its result. @return result of proceeding @throws Throwable thrown exception
src/main/java/org/perf4j/aop/AbstractJoinPoint.java:22
↓ 4 callers
Method
tag
()
src/main/java/org/perf4j/aop/DefaultProfiled.java:19
↓ 4 callers
Method
verifyUrl
(String url, String name)
src/test/java/org/perf4j/chart/GoogleChartGeneratorTest.java:125
↓ 3 callers
Method
clone
()
src/main/java/org/perf4j/StopWatch.java:288
↓ 3 callers
Method
close
()
src/main/java/org/perf4j/log4j/AsyncCoalescingStatisticsAppender.java:292
↓ 3 callers
Method
createMBeanInfoFromTagNames
Helper method creates an MBeanInfo object that contains 6 read only attributes for each tag name, each attribute representing a different statistic.
src/main/java/org/perf4j/helpers/StatisticsExposingMBean.java:245
↓ 3 callers
Method
flush
This flush method writes the graph, with the data that exists at the time it is calld, to any attached appenders.
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:305
↓ 3 callers
Method
flush
This flush method writes the graph, with the data that exists at the time it is calld, to any attached appenders.
src/main/java/org/perf4j/logback/GraphingStatisticsAppender.java:321
↓ 3 callers
Method
getExceptionPriority
Gets the level at which log statements will be made when one of the stop or lap methods that DOES take an exception is called. The value returned corr
src/main/java/org/perf4j/commonslog/CommonsLogStopWatch.java:307
↓ 3 callers
Method
getExceptionPriority
Gets the level at which log statements will be made when one of the stop or lap methods that DOES take an exception is called. The value returned corr
src/main/java/org/perf4j/slf4j/Slf4JStopWatch.java:307
↓ 3 callers
Method
getExceptionPriority
Gets the Level at which log statements will be made when one of the stop or lap methods that DOES take an exception is called. @return The Level used
src/main/java/org/perf4j/javalog/JavaLogStopWatch.java:285
↓ 3 callers
Method
getExceptionPriority
Gets the Level at which log statements will be made when one of the stop or lap methods that DOES take an exception is called. @return The Level used
src/main/java/org/perf4j/log4j/Log4JStopWatch.java:284
↓ 3 callers
Method
getLogger
Gets the Apache Commons Logging Log that is used to persist logging statements when one of the stop or lap methods is called. @return The Log used fo
src/main/java/org/perf4j/commonslog/CommonsLogStopWatch.java:267
↓ 3 callers
Method
getMaxValue
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:101
↓ 3 callers
Method
getMinValue
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:97
↓ 3 callers
Method
getNormalPriority
Gets the level at which log statements will be made when one of the stop or lap methods that does NOT take an exception is called. The value returned
src/main/java/org/perf4j/commonslog/CommonsLogStopWatch.java:286
↓ 3 callers
Method
getNormalPriority
Gets the level at which log statements will be made when one of the stop or lap methods that does NOT take an exception is called. The value returned
src/main/java/org/perf4j/slf4j/Slf4JStopWatch.java:286
↓ 3 callers
Method
getNormalPriority
Gets the Level at which log statements will be made when one of the stop or lap methods that does NOT take an exception is called. @return The Level
src/main/java/org/perf4j/javalog/JavaLogStopWatch.java:265
↓ 3 callers
Method
getNormalPriority
Gets the Level at which log statements will be made when one of the stop or lap methods that does NOT take an exception is called. @return The Level
src/main/java/org/perf4j/log4j/Log4JStopWatch.java:264
↓ 3 callers
Method
getParameters
Returns a parameters (arguments) array of processing method. @return array of parameters
src/main/java/org/perf4j/aop/AbstractJoinPoint.java:36
↓ 3 callers
Method
getStopWatch
Gets the LoggingStopWatch that will be used to time the call method execution. @return The LoggingStopWatch to use to log execution time.
src/main/java/org/perf4j/TimedCallable.java:59
↓ 3 callers
Method
getStopWatch
Gets the LoggingStopWatch that will be used to time the run method execution. @return The LoggingStopWatch to use to log execution time.
src/main/java/org/perf4j/TimedRunnable.java:58
↓ 3 callers
Method
getTimeZone
Returns the <tt>TimeZone</tt> that should be used for display of timestamp values. @return the timezone in which the statistics should be presented
src/main/java/org/perf4j/GroupedTimingStatistics.java:113
↓ 3 callers
Method
hashCode
()
src/main/java/org/perf4j/StopWatch.java:325
↓ 3 callers
Method
invoke
(final Object proxy, final Method method, final Object[] args)
src/test/java/org/perf4j/aop/EjbAopTest.java:46
↓ 3 callers
Method
isLogging
This method returns true if the Logger it uses is enabled at the normalPriority level of this StopWatch. @return true if this StopWatch will output l
src/main/java/org/perf4j/slf4j/Slf4JStopWatch.java:366
↓ 3 callers
Method
setCreateRollupStatistics
Sets the value of the <b>CreateRollupStatistics</b> option. @param createRollupStatistics The new CreateRollupStatistics option.
src/main/java/org/perf4j/helpers/GenericAsyncCoalescingStatisticsAppender.java:171
↓ 3 callers
Method
setTimeZone
Sets the <tt>TimeZone</tt> which should be used to present this data. @param tz the timezone to use
src/main/java/org/perf4j/GroupedTimingStatistics.java:122
↓ 3 callers
Method
simpleTest
(long sleepTime)
src/test/java/org/perf4j/aop/EjbProfiledObjectInterface.java:7
↓ 2 callers
Method
addStopWatchToStatsByTag
(String tag, StopWatch stopWatch)
src/main/java/org/perf4j/GroupedTimingStatistics.java:162
↓ 2 callers
Method
appendValue
(String tag, String start, String stop,
src/main/java/org/perf4j/helpers/GroupedTimingStatisticsCsvFormatter.java:317
↓ 2 callers
Method
clone
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:155
↓ 2 callers
Method
close
()
src/main/java/org/perf4j/javalog/AsyncCoalescingHandler.java:33
next →
1–100 of 585, ranked by callers