All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.profile.tld Maven / Gradle / Ivy

There is a newer version: 1.5.9
Show newest version



  1.0
  prof
  http://www.example.com/tags/profiling

  
    profile
    Profile the execution time of code within the tag's body.
    one.xingyi.profile.ProfileTag
    scriptless

    
      id
      true
      true
      java.lang.String
      The ID used for profiling.
    

    
      profiler
      true
      true
      one.xingyi.profile.IProfile
      The profiler instance to be used for recording the duration.
    

   
  
    start
    one.xingyi.profile.StartProfileTag
    empty
    Start the profiling for a segment.
    
      id
      true
      true
      An identifier for the profile segment.
    
    
      profiler
      true
      true
      one.xingyi.profile.IProfile
      The profiler instance to be used for recording the duration.
    
  

  
  
    end
    one.xingyi.profile.EndProfileTag
    empty
    End the profiling for a segment and log/store the result.
    
      id
      true
      true
      An identifier for the profile segment.
    
    
      profiler
      true
      true
      The profile instance to record the timing.
    
  
  
    delay
    one.xingyi.profile.DelayTag
    empty
    
      delay
      false
      true
      int
    
  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy