MCPcopy Create free account

hub / github.com/adams322111233221/solana-mev-bot / functions

Functions585 in github.com/adams322111233221/solana-mev-bot

↓ 63 callersMethodgetLogger
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 callersMethodtoString
()
src/main/java/org/perf4j/StopWatch.java:280
↓ 43 callersMethodappend
(LoggingEvent event)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:270
↓ 41 callersMethodequals
(Object o)
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:119
↓ 41 callersMethodgetLastLoggedString
()
src/test/java/org/perf4j/aop/InMemoryTimingAspect.java:45
↓ 34 callersMethodappend
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 callersMethodgetElapsedTime
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 callersMethodgetStatisticsByTag
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:128
↓ 24 callersMethodgetMessage
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 callersMethodgetAttribute
(String attribute)
src/main/java/org/perf4j/helpers/StatisticsExposingMBean.java:170
↓ 22 callersMethodgetName
The name of this appender. @return The name of this appender.
src/main/java/org/perf4j/helpers/GenericAsyncCoalescingStatisticsAppender.java:112
↓ 17 callersMethodstart
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 callersMethodhasNext
()
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:59
↓ 16 callersMethodstop
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 callersMethodgetCount
()
src/main/java/org/perf4j/TimingStatistics.java:105
↓ 15 callersMethodgetTag
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 callersMethodcreateStopWatch
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 callersMethodgetStartTime
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 callersMethodtoString
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:145
↓ 13 callersMethodaddStopWatch
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 callersMethodgetLogger
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 callersMethodisInRange
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 callersMethodmapLevelName
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 callersMethodmapLevelName
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 callersMethodmapLevelName
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 callersMethodremove
Remove is not supported. @throws UnsupportedOperationException Always thrown.
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:98
↓ 12 callersMethodcheckProperties
Test subclasses should override this method to validate the additional properties.
src/test/java/org/perf4j/LoggingStopWatchTest.java:149
↓ 11 callersMethodcheckExpectedLogWritten
(String... textToFind)
src/test/java/org/perf4j/LoggingStopWatchTest.java:175
↓ 11 callersMethodequals
(Object o)
src/main/java/org/perf4j/StopWatch.java:296
↓ 11 callersMethodgetName
()
src/test/java/org/perf4j/aop/ProfiledObject.java:127
↓ 11 callersMethodhasNext
()
src/main/java/org/perf4j/helpers/GroupingStatisticsIterator.java:99
↓ 11 callersMethodnext
()
src/main/java/org/perf4j/helpers/StopWatchLogIterator.java:68
↓ 11 callersMethodstop
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 callersMethodformat
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 callersMethodgetMax
()
src/main/java/org/perf4j/TimingStatistics.java:97
↓ 10 callersMethodpadIntToTwoDigits
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 callersMethodrunMain
(String[] args)
src/main/java/org/perf4j/LogParser.java:160
↓ 9 callersMethodappendData
(GroupedTimingStatistics statistics)
src/main/java/org/perf4j/chart/GoogleChartGenerator.java:199
↓ 9 callersMethodgetLogger
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 callersMethodgetMean
()
src/main/java/org/perf4j/TimingStatistics.java:89
↓ 9 callersMethodgetMin
()
src/main/java/org/perf4j/TimingStatistics.java:101
↓ 9 callersMethodgetValueName
()
src/main/java/org/perf4j/helpers/StatsValueRetriever.java:38
↓ 9 callersMethodsetStartTime
(long startTime)
src/main/java/org/perf4j/GroupedTimingStatistics.java:140
↓ 9 callersMethodsetStopTime
(long stopTime)
src/main/java/org/perf4j/GroupedTimingStatistics.java:148
↓ 8 callersMethodcheckValidConfigString
(String configString, String attributeName, double minValue, double maxValue)
src/test/java/org/perf4j/helpers/AcceptableRangeConfigurationTest.java:96
↓ 8 callersMethodnext
()
src/main/java/org/perf4j/helpers/GroupingStatisticsIterator.java:108
↓ 8 callersMethodsplitAndTrim
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 callersMethodupdateCurrentTimingStatistics
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 callersMethodcheckInvalidConfigString
(String configString)
src/test/java/org/perf4j/helpers/AcceptableRangeConfigurationTest.java:103
↓ 7 callersMethoderror
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 callersMethodescapeStringForCsv
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 callersMethodgetStandardDeviation
()
src/main/java/org/perf4j/TimingStatistics.java:93
↓ 7 callersMethodgetStopTime
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:144
↓ 6 callersMethodgetAppender
(String name)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:238
↓ 6 callersMethodgetAttributeName
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:93
↓ 6 callersMethodgetIndexOfArg
(List<String> args, boolean needsParam, String... argNames)
src/main/java/org/perf4j/LogParser.java:310
↓ 6 callersMethodgetStartTime
()
src/main/java/org/perf4j/GroupedTimingStatistics.java:136
↓ 6 callersMethodmatch
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 callersMethodformatDateIso8601
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 callersMethodgetChartUrl
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 callersMethodaddAppender
(Appender appender)
src/main/java/org/perf4j/log4j/GraphingStatisticsAppender.java:226
↓ 4 callersMethodappendData
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 callersMethodgetChartUrl
()
src/main/java/org/perf4j/chart/GoogleChartGenerator.java:206
↓ 4 callersMethodgetStatsValueRetrievers
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 callersMethodlap
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 callersMethodmessage
()
src/main/java/org/perf4j/aop/DefaultProfiled.java:21
↓ 4 callersMethodparseStopWatch
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 callersMethodproceed
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 callersMethodtag
()
src/main/java/org/perf4j/aop/DefaultProfiled.java:19
↓ 4 callersMethodverifyUrl
(String url, String name)
src/test/java/org/perf4j/chart/GoogleChartGeneratorTest.java:125
↓ 3 callersMethodclone
()
src/main/java/org/perf4j/StopWatch.java:288
↓ 3 callersMethodclose
()
src/main/java/org/perf4j/log4j/AsyncCoalescingStatisticsAppender.java:292
↓ 3 callersMethodcreateMBeanInfoFromTagNames
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 callersMethodflush
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 callersMethodflush
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 callersMethodgetExceptionPriority
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 callersMethodgetExceptionPriority
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 callersMethodgetExceptionPriority
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 callersMethodgetExceptionPriority
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 callersMethodgetLogger
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 callersMethodgetMaxValue
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:101
↓ 3 callersMethodgetMinValue
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:97
↓ 3 callersMethodgetNormalPriority
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 callersMethodgetNormalPriority
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 callersMethodgetNormalPriority
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 callersMethodgetNormalPriority
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 callersMethodgetParameters
Returns a parameters (arguments) array of processing method. @return array of parameters
src/main/java/org/perf4j/aop/AbstractJoinPoint.java:36
↓ 3 callersMethodgetStopWatch
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 callersMethodgetStopWatch
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 callersMethodgetTimeZone
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 callersMethodhashCode
()
src/main/java/org/perf4j/StopWatch.java:325
↓ 3 callersMethodinvoke
(final Object proxy, final Method method, final Object[] args)
src/test/java/org/perf4j/aop/EjbAopTest.java:46
↓ 3 callersMethodisLogging
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 callersMethodsetCreateRollupStatistics
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 callersMethodsetTimeZone
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 callersMethodsimpleTest
(long sleepTime)
src/test/java/org/perf4j/aop/EjbProfiledObjectInterface.java:7
↓ 2 callersMethodaddStopWatchToStatsByTag
(String tag, StopWatch stopWatch)
src/main/java/org/perf4j/GroupedTimingStatistics.java:162
↓ 2 callersMethodappendValue
(String tag, String start, String stop,
src/main/java/org/perf4j/helpers/GroupedTimingStatisticsCsvFormatter.java:317
↓ 2 callersMethodclone
()
src/main/java/org/perf4j/helpers/AcceptableRangeConfiguration.java:155
↓ 2 callersMethodclose
()
src/main/java/org/perf4j/javalog/AsyncCoalescingHandler.java:33
next →1–100 of 585, ranked by callers