Code productivity statistic method and system
A statistical method and productivity technology, applied in the field of statistics, can solve problems such as heavy workload, many statistical steps, and complicated rules, and achieve the effect of increasing accuracy, high statistical efficiency, and simplifying statistical methods.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0030] As shown in the accompanying drawings, the present invention first determines the statistical time period and code path, and uses the operation log export module to export the operation log. The code is as follows:
[0031] / / Call the svn command to generate the operation log
[0032] public class GenerateLogCommand{
[0033] / / Starting time
[0034] private Date startDate;
[0035] / / End Time
[0036] private Date endDate;
[0037] / / source code path
[0038] private String logFilePath;
[0039] public GenerateLogCommand(Date startDate, Date endDate, String logFilePath){
[0040] this.startDate=startDate;
[0041] this.endDate=endDate;
[0042] this.logFilePath=logFilePath;
[0043]}
[0044] private String formateDate(Date date){
[0045] SimpleDateFormat dateFm=new SimpleDateFormat("yyyy-MM-dd");
[0046] return dateFm. format(date);
[0047]}
[0048] public String toString(){
[0049] return "svn log-r{"+formatDate(startDate)+"}:{"+formatDate(endDate)+"...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com