count_execution_time_classic_asp
Class to count the execution time of a part of script.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
asp-classic
class
classic-asp
count-execution-time
count-script-execution
execution-time
italian-developers
library
r0mb0
script-execution
seconds
Last synced: 6 months ago
·
JSON representation
·
Repository
Class to count the execution time of a part of script.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
asp-classic
class
classic-asp
count-execution-time
count-script-execution
execution-time
italian-developers
library
r0mb0
script-execution
seconds
Created about 1 year ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
Funding
License
Code of conduct
Citation
Security
Support
README.md
Count execution time in Classic ASP
count_execution_time.class.asp's avaible functions
- Set the starting time for counting execution time ->
Public Function set_start_time() - Retrieve the execution time at the moment ->
Public Function get_execution_time()> > The time is retrieved in seconds
How to use
From
Test.asp
- Initialize the class
asp <%@LANGUAGE="VBSCRIPT"%> <!--#include file="count_execution_time.class.asp"--> <% Dim time Set time = new count_execution_time - Set the starting time
asp time.set_start_time() - Retrieve the execution time
asp Response.write(time.get_execution_time()) %>
Owner
- Name: Francesco Rombaldoni
- Login: R0mb0
- Kind: user
- Location: Italy
- Company: INRCA/SIA
- Repositories: 20
- Profile: https://github.com/R0mb0
If I'm living in a crisis without realizing it?
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Rombaldoni" given-names: "Francesco" title: "Count_execution_time_classic_asp" version: 1.0.0 date-released: 2025-03-17 url: "https://github.com/R0mb0/Count_execution_time_classic_asp"
GitHub Events
Total
- Release event: 1
- Push event: 9
- Create event: 3
Last Year
- Release event: 1
- Push event: 9
- Create event: 3
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0